You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All resources are deleted at the same time in E2E test.
This prevents the PersistentVolume from being deleted by teardown process.
"Local" volumes won't create underlying directories automatically, so the second and subsequent tests using "local" volumes will fail.
I think the following actions are needed.
Separating the PVC and Pod deletion process from the local-path-provisioner deletion process.
Changing the name of the PVC for each test.
Implementing tests for teardown process.
The text was updated successfully, but these errors were encountered:
All resources are deleted at the same time in E2E test.
This prevents the PersistentVolume from being deleted by teardown process.
"Local" volumes won't create underlying directories automatically, so the second and subsequent tests using "local" volumes will fail.
I think the following actions are needed.
The text was updated successfully, but these errors were encountered: