Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for actualClientActions (0.25 sec)

  1. pkg/controller/garbagecollector/garbagecollector_test.go

    						s += " name=" + get.GetName()
    					}
    					actualClientActions = append(actualClientActions, s)
    				}
    				if (len(s.clientActions) > 0 || len(actualClientActions) > 0) && !reflect.DeepEqual(s.clientActions, actualClientActions) {
    					ctx.t.Logf("expected:\n%s", strings.Join(s.clientActions, "\n"))
    					ctx.t.Logf("actual:\n%s", strings.Join(actualClientActions, "\n"))
    					ctx.t.Fatalf("did not get expected client actions")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top