-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
flake: Extended.deploymentconfigs generation [Conformance] should deploy based on a status version bump #13105
Comments
For triage p1 |
Guess this should be using Patch(), but our legacy client for DC does not have Patch()... Should be fixed in 1.6 when we switch (hopefully to clientset). |
@mfojtik you can always update the test to retry on conflicts and have a separate issue that tracks making instantiate use GuaranteedUpdate. |
seems like now we do Update only for servers older than 1.4 otherwise we call instantiate |
@Kargakis do we want to nuke the support for pre 1.4 clients now? |
@mfojtik for 1.7 servers, yes we can. cc: @smarterclayton |
@mfojtik can you open a separate issue for the rollback issue we found out yesterday? The code above is responsible that the update is not going through instantiate. |
This is fixed by #14902 |
https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_gce/978/testReport/junit/(root)/Extended/deploymentconfigs_generation__Conformance__should_deploy_based_on_a_status_version_bump/
We should guard against this.
The text was updated successfully, but these errors were encountered: