-
Notifications
You must be signed in to change notification settings - Fork 457
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
e2e tests racy? #415
Comments
This stabilises the e2e tests when I run locally: #416 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
PR is acailable for this |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
It looks to me like it's possible for the
deleteKustomizeDeployment
helper to tear down the local-path-provisioner before it has a chance to clean up associated PVs (with "Delete" reclaim policy).This can lead to tests spuriously failing because the PV name associated with a current test may or may not sort earlier than pre-existing tests: this can cause the typeCheckCmd to fail since it examines the wrong PV.
The text was updated successfully, but these errors were encountered: