Skip to content

Commit 0743d01

Browse files
committed
chore: bump remaining test examples 479 -> 481
1 parent 208e95b commit 0743d01

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

rust/operator-binary/src/controller/build/graceful_shutdown.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ mod tests {
167167
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
168168
spec:
169169
image:
170-
productVersion: "479"
170+
productVersion: "481"
171171
clusterConfig:
172172
catalogLabelSelector: {}
173173
coordinators:
@@ -199,7 +199,7 @@ mod tests {
199199
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
200200
spec:
201201
image:
202-
productVersion: "479"
202+
productVersion: "481"
203203
clusterConfig:
204204
catalogLabelSelector: {}
205205
coordinators:
@@ -233,7 +233,7 @@ mod tests {
233233
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
234234
spec:
235235
image:
236-
productVersion: "479"
236+
productVersion: "481"
237237
clusterConfig:
238238
catalogLabelSelector: {}
239239
coordinators:

rust/operator-binary/src/controller/build/properties/config_properties.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ mod tests {
263263
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
264264
spec:
265265
image:
266-
productVersion: "479"
266+
productVersion: "481"
267267
clusterConfig:
268268
catalogLabelSelector: {}
269269
tls:
@@ -287,7 +287,7 @@ mod tests {
287287
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
288288
spec:
289289
image:
290-
productVersion: "479"
290+
productVersion: "481"
291291
clusterConfig:
292292
catalogLabelSelector: {}
293293
tls:

rust/operator-binary/src/controller/build/properties/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pub(crate) mod test_support {
119119
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
120120
spec:
121121
image:
122-
productVersion: "479"
122+
productVersion: "481"
123123
clusterConfig:
124124
catalogLabelSelector: {}
125125
coordinators:

rust/operator-binary/src/controller/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ pub(crate) const MINIMAL_TRINO_YAML: &str = r#"
371371
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
372372
spec:
373373
image:
374-
productVersion: "479"
374+
productVersion: "481"
375375
clusterConfig:
376376
catalogLabelSelector: {}
377377
coordinators:

rust/operator-binary/src/controller/validate.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ mod tests {
435435
validated.uid.to_string(),
436436
"e6ac237d-a6d4-43a1-8135-f36506110912"
437437
);
438-
assert_eq!(validated.product_version, 479);
438+
assert_eq!(validated.product_version, 481);
439439
assert!(!validated.cluster_config.authentication_enabled());
440440
assert!(
441441
validated
@@ -466,7 +466,7 @@ mod tests {
466466
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
467467
spec:
468468
image:
469-
productVersion: "479"
469+
productVersion: "481"
470470
clusterConfig:
471471
catalogLabelSelector: {}
472472
coordinators:
@@ -501,7 +501,7 @@ mod tests {
501501
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
502502
spec:
503503
image:
504-
productVersion: "479"
504+
productVersion: "481"
505505
clusterConfig:
506506
catalogLabelSelector: {}
507507
coordinators:
@@ -550,7 +550,7 @@ mod tests {
550550
init_container_extra_start_commands: Vec::new(),
551551
});
552552

553-
assert!(validate_yaml(&minimal_yaml("479"), &derefs).is_ok());
553+
assert!(validate_yaml(&minimal_yaml("481"), &derefs).is_ok());
554554
}
555555

556556
#[test]
@@ -564,7 +564,7 @@ mod tests {
564564
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
565565
spec:
566566
image:
567-
productVersion: "479"
567+
productVersion: "481"
568568
clusterConfig:
569569
catalogLabelSelector: {}
570570
coordinators:
@@ -594,7 +594,7 @@ mod tests {
594594
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
595595
spec:
596596
image:
597-
productVersion: "479"
597+
productVersion: "481"
598598
clusterConfig:
599599
catalogLabelSelector: {}
600600
coordinators:

0 commit comments

Comments
 (0)