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
Output: fmt.Sprintf("clusteroperator/%s was never Progressing=True during the upgrade window from %s to %s", operatorName, start.Format(time.RFC3339), stop.Format(time.RFC3339)),
652
+
}
653
+
} else {
654
+
ifoperatorName=="machine-config" {
655
+
machineConfigProgressing=t
656
+
}
657
+
mcTestCase.SystemOut=fmt.Sprintf("clusteroperator/%s became Progressing=True at %s during the upgrade window from %s to %s", operatorName, t.Format(time.RFC3339), start.Format(time.RFC3339), stop.Format(time.RFC3339))
658
+
}
659
+
ret=append(ret, mcTestCase)
639
660
}
661
+
640
662
ifmachineConfigProgressing.IsZero() {
641
-
mcTestCase.FailureOutput=&junitapi.FailureOutput{
642
-
Output: fmt.Sprintf("machine-config was never Progressing=True during the upgrade window from %s to %s", start.Format(time.RFC3339), stop.Format(time.RFC3339)),
643
-
}
644
-
return []*junitapi.JUnitTestCase{mcTestCase}
645
-
} else {
646
-
mcTestCase.SystemOut=fmt.Sprintf("machine-config became Progressing=True at %s during the upgrade window from %s to %s", machineConfigProgressing.Format(time.RFC3339), start.Format(time.RFC3339), stop.Format(time.RFC3339))
663
+
returnret
647
664
}
648
-
ret=append(ret, mcTestCase)
649
665
666
+
// No cluster operator report Progressing=True when machine-config does
0 commit comments