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 when run iteratively [Conformance] [It] should only deploy the last deployment #12060

Closed
0xmichalis opened this issue Nov 29, 2016 · 1 comment
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

Finally a new one:

• Failure [142.736 seconds]
deploymentconfigs
/data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:840
  when run iteratively [Conformance]
  /data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:196
    should only deploy the last deployment [It]
    /data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:135

    Expected error:
        <*errors.errorString | 0xc820e5f3c0>: {
            s: "found multiple running deployments: [deployment-simple-3 deployment-simple-4]",
        }
        found multiple running deployments: [deployment-simple-3 deployment-simple-4]
    not to have occurred

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

Third deployment thinks its deployer pod is gone, 4th deployer gets created.

apiVersion: v1
kind: ReplicationController
metadata:
  annotations:
    kubectl.kubernetes.io/desired-replicas: "2"
    openshift.io/deployer-pod.name: deployment-simple-3-deploy
    openshift.io/deployment-config.latest-version: "3"
    openshift.io/deployment-config.name: deployment-simple
    openshift.io/deployment.phase: Failed
    openshift.io/deployment.replicas: "0"
    openshift.io/deployment.status-reason: deployer pod no longer exists

https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_conformance/8960/consoleFull#-169259343956c60d7be4b02b88ae8c268b

@0xmichalis
Copy link
Contributor Author

Should be fixed by #13550

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