wait for group cache in templateinstance tests#17009
Merged
openshift-merge-robot merged 2 commits intoopenshift:masterfrom Oct 23, 2017
Merged
wait for group cache in templateinstance tests#17009openshift-merge-robot merged 2 commits intoopenshift:masterfrom
openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
Contributor
|
So is a fair summary:
thanks |
Contributor
Author
|
@gabemontero I think there were three issues causing flakes:
2a 2b are already on the merge queue at #16979, this just builds upon that commit. |
Contributor
|
On Mon, Oct 23, 2017 at 4:28 PM, Jim Minter ***@***.***> wrote:
@gabemontero <https://github.com/gabemontero> I think there were three
issues causing flakes:
1. not waiting for group cache to sync after changing group
memberships (affected two tests, causing permissions problems)
2a) not waiting for cascading deletion to complete before trying to
reinstantiate an identical object (caused rare unexpected AlreadyExists
errors)
2b) GC sometimes reordered json fields when removing the finaliser on
the templateinstance, causing the update to be rejected by the api server,
causing knock-on strangeness to happen on cascaded deletion (hence changes
to validation logic)
2a 2b are already on the merge queue at #16979
<#16979>, this just builds upon
that commit.
gotcha ... ok that break down helps after revisiting the changes - thanks
… —
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17009 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADbadEou_XvaNhWM7ZLondQmxcmfA49Aks5svPbRgaJpZM4QDZP3>
.
|
Contributor
|
/test origin-ut |
Contributor
|
/lgtm |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, jim-minter The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Contributor
|
Automatic merge from submit-queue (batch tested with PRs 17007, 17003, 17001, 17009). |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 #16654
(builds on #16979)
@gabemontero fyi