• Jeff Grafton's avatar
    Refactor TestE2E to work correctly in parallel mode · 4cc7f9d3
    Jeff Grafton authored
    The TestE2E function is run on every Ginkgo parallel node.
    The cluster cleanup, sanity checking, and log dump operations are only
    intended to be called once, however, so these have been moved out into
    SynchronizedBeforeSuite and SynchronizedAfterSuite blocks.
    4cc7f9d3
e2e_test.go 11.7 KB