-
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: Test_Run_OneVolumeAttachAndDetachMultipleNodesWithReadWriteOnce #16836
Comments
This is unrelated to fix in #16791. There is a upstream flake fix we are missing - but it probably will not fix this flake kubernetes/kubernetes#48757 . But because upstream fix(48757) introduces additional wait before checking for MultiAttachError it minimizes chances of this flake happening. The underlying problem is, when we check for MultiAttachError there is no guarantee that second node's volume has been processed by reconciler loop. Although this is a very tight loop with no sleep in between but it appears to be still occuring. Thinking about a fix. |
I ran this in a tight loop for 30 minutes and I couldn't reproduce it. But I do still agree that this flake can happen.
|
Automatic merge from submit-queue. Backport reconciler flake fix Fixes #16836
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/16808/test_pull_request_origin_unit/4224/
That PR already includes #16791.
The text was updated successfully, but these errors were encountered: