Skip to content

Commit e53d8f4

Browse files
committed
Remove the exception for CO/kube-storage-version-migrator's Available=False
OCPBUGS-20062 has been fixed and shipped in 4.19. But the symptom is still there in 4.21 and we use OCPBUGS-20062 to track the issue.
1 parent 3a36af4 commit e53d8f4

File tree

1 file changed

+1
-1
lines changed
  • pkg/monitortests/clusterversionoperator/legacycvomonitortests

1 file changed

+1
-1
lines changed

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf
379379
}
380380
case "kube-storage-version-migrator":
381381
if condition.Type == configv1.OperatorAvailable && condition.Status == configv1.ConditionFalse && condition.Reason == "KubeStorageVersionMigrator_Deploying" {
382-
return "https://issues.redhat.com/browse/OCPBUGS-20062"
382+
return "https://issues.redhat.com/browse/OCPBUGS-65984"
383383
}
384384
case "machine-api":
385385
if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue && condition.Reason == "SyncingFailed" {

0 commit comments

Comments
 (0)