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 tests racy? #415

Closed
jan-g opened this issue Jun 7, 2024 · 5 comments
Closed

e2e tests racy? #415

jan-g opened this issue Jun 7, 2024 · 5 comments
Labels

Comments

@jan-g
Copy link
Contributor

jan-g commented Jun 7, 2024

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.

@jan-g
Copy link
Contributor Author

jan-g commented Jun 7, 2024

This stabilises the e2e tests when I run locally: #416

Copy link

github-actions bot commented Aug 7, 2024

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.

@github-actions github-actions bot added the stale label Aug 7, 2024
@jan-g
Copy link
Contributor Author

jan-g commented Aug 11, 2024

PR is acailable for this

@github-actions github-actions bot removed the stale label Aug 12, 2024
Copy link

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.

@github-actions github-actions bot added the stale label Oct 11, 2024
Copy link

This issue was closed because it has been stalled for 5 days with no activity.

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

No branches or pull requests

1 participant