@@ -232,7 +232,7 @@ func TestIncompatibleOperators(t *testing.T) {
232
232
Name : "version" ,
233
233
},
234
234
Status : configv1.ClusterVersionStatus {
235
- Desired : configv1.Update {
235
+ Desired : configv1.Release {
236
236
Version : "1.0.0" ,
237
237
},
238
238
},
@@ -266,7 +266,7 @@ func TestIncompatibleOperators(t *testing.T) {
266
266
Name : "version" ,
267
267
},
268
268
Status : configv1.ClusterVersionStatus {
269
- Desired : configv1.Update {
269
+ Desired : configv1.Release {
270
270
Version : "1.0.0" ,
271
271
},
272
272
},
@@ -336,7 +336,7 @@ func TestIncompatibleOperators(t *testing.T) {
336
336
Name : "version" ,
337
337
},
338
338
Status : configv1.ClusterVersionStatus {
339
- Desired : configv1.Update {
339
+ Desired : configv1.Release {
340
340
Version : "1.0.0" ,
341
341
},
342
342
},
@@ -381,7 +381,7 @@ func TestIncompatibleOperators(t *testing.T) {
381
381
Name : "version" ,
382
382
},
383
383
Status : configv1.ClusterVersionStatus {
384
- Desired : configv1.Update {
384
+ Desired : configv1.Release {
385
385
Version : "1.0.0" ,
386
386
},
387
387
},
@@ -429,7 +429,7 @@ func TestIncompatibleOperators(t *testing.T) {
429
429
Name : "version" ,
430
430
},
431
431
Status : configv1.ClusterVersionStatus {
432
- Desired : configv1.Update {
432
+ Desired : configv1.Release {
433
433
Version : "" , // This should result in an transient error
434
434
},
435
435
},
@@ -458,7 +458,7 @@ func TestIncompatibleOperators(t *testing.T) {
458
458
Name : "version" ,
459
459
},
460
460
Status : configv1.ClusterVersionStatus {
461
- Desired : configv1.Update {
461
+ Desired : configv1.Release {
462
462
Version : "1.0.1" , // Next Y-stream is 1.1.0, NOT 1.1.1
463
463
},
464
464
},
@@ -482,7 +482,7 @@ func TestIncompatibleOperators(t *testing.T) {
482
482
Name : "version" ,
483
483
},
484
484
Status : configv1.ClusterVersionStatus {
485
- Desired : configv1.Update {
485
+ Desired : configv1.Release {
486
486
Version : "1.1.0-pre" , // Next Y-stream is 1.1.0, NOT 1.2.0
487
487
},
488
488
},
0 commit comments