-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
PV tests are flaky #49905
Comments
@jsafrane can you help take a look? It seems like the binding failed because the PV object was not up to date, but it never retried again.
|
Indeed, the controller did not get periodic sync of all PVs/PVCs every 15 seconds as it should. I can see when PV controller is rejected when it asks for sync every 15 seconds during startup:
So the controller gets updates every ~6 minutes instead of 15 seconds. This must be something new, informers were not started yet when PV controller subscribed for events. Anyway, I have a PR #49016 that fixes it. |
/close |
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
/sig storage
What happened:
Both GCE and NFS PV tests have been flaking, with this signature:
testgrid
logs
What you expected to happen:
Tests should not be flaky
The text was updated successfully, but these errors were encountered: