mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
add wait.PollImmediate() and retool wait tests
This commit is contained in:
@@ -817,7 +817,7 @@ func TestRollingUpdater_cleanupWithClients(t *testing.T) {
|
||||
t.Errorf("unexpected error: %v", err)
|
||||
}
|
||||
if len(fake.Actions()) != len(test.expected) {
|
||||
t.Fatalf("%s: unexpected actions: %v, expected %v", test.name, fake.Actions, test.expected)
|
||||
t.Fatalf("%s: unexpected actions: %v, expected %v", test.name, fake.Actions(), test.expected)
|
||||
}
|
||||
for j, action := range fake.Actions() {
|
||||
if e, a := test.expected[j], action.GetVerb(); e != a {
|
||||
|
||||
Reference in New Issue
Block a user