File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ Feature: Update ClusterExtension
363363 """
364364 And ClusterExtension is rolled out
365365 And ClusterExtension is available
366- And ClusterExtension "${NAME}" owns1 ClusterObjectSet
366+ And ClusterExtension "${NAME}" owns 1 ClusterObjectSet
367367 And the current ClusterExtension is tracked for cleanup
368368 # Apply a second ClusterExtension pointing to the same package and version
369369 When ClusterExtension is applied
@@ -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