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

e2e: wait for the provisioner to clean up PV resources

Open jan-g opened this issue 8 months ago • 7 comments

If we're unlucky, the local-path-provisioner can be killed before it has a chance to clean up orphened PVs. These may then hang around while subsequent tests run. Depending on the lexical sort order of those PVs, the typeCheckCmd in runTest may select a moribund PV, causing the test to randomly fail.

jan-g avatar Jun 07 '24 14:06 jan-g