You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Failure [24.149 seconds]
deploymentconfigs
/data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:309
when run iteratively
/data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:131
should only deploy the last deployment [Conformance] [It]
/data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:130
Expected error:
<*errors.errorString | 0xc8201c1630>: {
s: "found multiple running deployments: [deployment-simple-1 deployment-simple-2 deployment-simple-3 deployment-simple-4]",
}
found multiple running deployments: [deployment-simple-1 deployment-simple-2 deployment-simple-3 deployment-simple-4]
not to have occurred
/data/src/github.com/openshift/origin/test/extended/deployments/deployments.go:119
The failure is real but I think it has to do with the way the deployer pods are listed in one shot in the extended utilities for the deployments. Looking...
Ok, so we cannot just transition the deployment to Failed when we delete the deployers because the deployment config controller will notice it and create a new deployment maybe before the previous deployer pod is deleted. We can transition to Failed once we make sure the deployer pod does not exist. I think we will need a pod cache to requeue on DELETE events (we will need to requeue on every event for #9296 anyway).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #8439
Fixes #8500
Fixes #9289
@smarterclayton @ironcladlou @mfojtik PTAL