mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Fix verify
This commit is contained in:
@@ -1335,7 +1335,7 @@ retriesLoop:
|
|||||||
totalValidWatchEvents++
|
totalValidWatchEvents++
|
||||||
}
|
}
|
||||||
err := retryCleanup()
|
err := retryCleanup()
|
||||||
ExpectNoError(err, "Error occured when cleaning up resources")
|
ExpectNoError(err, "Error occurred when cleaning up resources")
|
||||||
if errs.Len() > 0 && try < retries {
|
if errs.Len() > 0 && try < retries {
|
||||||
fmt.Println("invariants violated:\n", strings.Join(errs.List(), "\n - "))
|
fmt.Println("invariants violated:\n", strings.Join(errs.List(), "\n - "))
|
||||||
continue retriesLoop
|
continue retriesLoop
|
||||||
|
Reference in New Issue
Block a user