Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploymentconfigs with multiple image change triggers test flake #11685

Closed
0xmichalis opened this issue Nov 1, 2016 · 0 comments
Closed

deploymentconfigs with multiple image change triggers test flake #11685

0xmichalis opened this issue Nov 1, 2016 · 0 comments
Assignees
Labels
area/tests component/apps kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@0xmichalis
Copy link
Contributor

• Failure [359.392 seconds]
deploymentconfigs
/data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:827
  with multiple image change triggers [Conformance]
  /data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:327
    should run a successful deployment with multiple triggers [It]
    /data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:318

    Expected error:
        <*errors.errorString | 0xc8201a0b20>: {
            s: "timed out waiting for the condition",
        }
        timed out waiting for the condition
    not to have occurred

    /data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:317
------------------------------

https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_conformance/8096/consoleFull#-101340697156cbb9a5e4b02b88ae8c2f77

The pod that the test wants to deploy becomes ready around 5 min after it was created:

2016-11-01T11:06:09.533429000Z --> Scaling example-1 to 1
2016-11-01T11:06:09.616038000Z --> Waiting up to 10m0s for pods in deployment example-1 to become ready
2016-11-01T11:10:17.635724000Z --> Success---

This is another instance of #11016 where the 5min timeout of the test is not enough for the test to finish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests component/apps kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2
Projects
None yet
Development

No branches or pull requests

2 participants