local-path-provisioner
local-path-provisioner copied to clipboard
e2e tests racy?
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.