We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f3e2a commit c3ad503Copy full SHA for c3ad503
1 file changed
test/upgrade-e2e/post_upgrade_test.go
@@ -156,6 +156,11 @@ func TestClusterExtensionAfterOLMUpgrade(t *testing.T) {
156
require.True(ct, clusterCatalog.Status.LastUnpacked.After(catalogdManagerPod.CreationTimestamp.Time))
157
}, time.Minute, time.Second)
158
159
+ // TODO: if we change the underlying revision storage mechanism, the new version
160
+ // will not detect any installed versions, we need to make sure that the upgrade
161
+ // test fails across revision storage mechanism changes that are not also accompanied
162
+ // by code that automatically migrates the revision storage.
163
+
164
t.Log("Checking that the ClusterExtension is installed")
165
var clusterExtension ocv1.ClusterExtension
166
require.EventuallyWithT(t, func(ct *assert.CollectT) {
0 commit comments