-
Notifications
You must be signed in to change notification settings - Fork 40k
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
integration flake: timed out while in waitForPersistentVolumePhase #26730
Comments
@fejta (or anyone), integration tests do not log much and I don't know what's going on in volume controller. Would it be possible to raise integration test log level at least to v=3 (4 preferred)? |
@spxtr what is the status of kubernetes/test-infra#103? |
@pmorie, can you please take a look? |
Increasing integration log level can go into |
Automatic merge from submit-queue Fix integration pv flakes There are two fixes in this PR: - run tests in separarate functions and use objects with different names, otherwise events from the beginning of the function are caught later when we watch for events of a different PV/PVC - don't set PV.Spec.ClaimRef.UID of pre-bound PVs. PVs with UID set are considered as bound and they are deleted/recycled when appropriate PVC does not exists yet. Fixes #26730 and probably also ~~#26894~~ #26256
Test failed with
panic: test timed out after 10m0s
and the relevant part of the stack trace is:Logs: https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/25841/kubernetes-pull-test-unit-integration/28338/
The text was updated successfully, but these errors were encountered: