local-path-provisioner
local-path-provisioner copied to clipboard
e2e: wait for the provisioner to clean up PV resources
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.