local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

e2e tests racy?

Open jan-g opened this issue 1 year ago • 1 comments

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 avatar Jun 07 '24 11:06 jan-g