You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.Equal(t, tc.specReplicas!=tc.expectedDesiredReplicas, tc.eventCreated, "an event should have been created only if we expected a change in replicas")
// First, wait for the reconciliation completed at least once.
693
-
m.waitUntilRecorded(t)
693
+
m.waitUntilRecorded(ctx, t)
694
694
695
695
assert.Equal(t, tc.expectedReportedReconciliationActionLabel, m.reconciliationActionLabels[0], "the reconciliation action should be recorded in monitor expectedly")
696
696
assert.Equal(t, tc.expectedReportedReconciliationErrorLabel, m.reconciliationErrorLabels[0], "the reconciliation error should be recorded in monitor expectedly")
0 commit comments