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: wait for the provisioner to clean up PV resources #416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 7, 2024

  1. 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.
    jan-g committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    278276b View commit details
    Browse the repository at this point in the history