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