File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -385,6 +385,7 @@ Feature: Update ClusterExtension
385385 matchLabels:
386386 "olm.operatorframework.io/metadata.name": ${CATALOG:test}
387387 """
388+ # The conflicting ClusterExtension (${NAME}-dup, now tracked as ${NAME}) should be retrying
388389 Then ClusterExtension reports Progressing as True with Reason Retrying and Message includes:
389390 """
390391 revision object collisions
@@ -424,7 +425,7 @@ Feature: Update ClusterExtension
424425 matchLabels:
425426 "olm.operatorframework.io/metadata.name": ${CATALOG:test}
426427 """
427- Then ClusterExtension "${NAME}" owns2 ClusterObjectSets
428+ Then ClusterExtension "${NAME}" owns 2 ClusterObjectSets
428429 # The higher-revision COS (revision 2) should also collide, not take over resources
429430 And ClusterExtension reports Progressing as True with Reason Retrying and Message includes:
430431 """
You can’t perform that action at this time.
0 commit comments