Skip to content
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 test failing due to conflicting PersistentVolume with previous test when volume type is "local" #376

Closed
kn3609571 opened this issue Jan 3, 2024 · 1 comment

Comments

@kn3609571
Copy link

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.

  1. Separating the PVC and Pod deletion process from the local-path-provisioner deletion process.
  2. Changing the name of the PVC for each test.
  3. Implementing tests for teardown process.
@kn3609571 kn3609571 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2024
@jan-g
Copy link
Contributor

jan-g commented Aug 11, 2024

#416 fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants