Commit 2092d51
[kuttl] Drop null Job pod template creationTimestamp asserts
cifmw-multinode-kuttl started failing after GitHub check jobs moved from
OCP 4.20 to 4.22. Dataplane deploy succeeds; KUTTL then compares live
Jobs against a YAML dump that still has
Job.spec.template.metadata.creationTimestamp: null.
On 4.20 the API still serialized that null key. On 4.22 Kubernetes omits
empty creationTimestamp (omitempty), so KUTTL waits the full timeout and
fails with:
.spec.template.metadata.creationTimestamp: key is missing from map
Remove the dumped null fields from all remaining dataplane Job asserts
so the tests do not depend on that serialization difference.
Signed-off-by: Nemanja Marjanovic <nemarjan@redhat.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 84322c7 commit 2092d51
13 files changed
Lines changed: 0 additions & 39 deletions
File tree
- test/kuttl/tests
- dataplane-deploy-global-service-test
- dataplane-deploy-no-nodes-test
- dataplane-deploy-tls-test
- dataplane-extramounts
- dataplane-service-config
- dataplane-service-custom-image
- dataplane-service-failure
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| |||
303 | 302 | | |
304 | 303 | | |
305 | 304 | | |
306 | | - | |
307 | 305 | | |
308 | 306 | | |
309 | 307 | | |
| |||
407 | 405 | | |
408 | 406 | | |
409 | 407 | | |
410 | | - | |
411 | 408 | | |
412 | 409 | | |
413 | 410 | | |
| |||
505 | 502 | | |
506 | 503 | | |
507 | 504 | | |
508 | | - | |
509 | 505 | | |
510 | 506 | | |
511 | 507 | | |
| |||
603 | 599 | | |
604 | 600 | | |
605 | 601 | | |
606 | | - | |
607 | 602 | | |
608 | 603 | | |
609 | 604 | | |
| |||
701 | 696 | | |
702 | 697 | | |
703 | 698 | | |
704 | | - | |
705 | 699 | | |
706 | 700 | | |
707 | 701 | | |
| |||
848 | 842 | | |
849 | 843 | | |
850 | 844 | | |
851 | | - | |
852 | 845 | | |
853 | 846 | | |
854 | 847 | | |
| |||
957 | 950 | | |
958 | 951 | | |
959 | 952 | | |
960 | | - | |
961 | 953 | | |
962 | 954 | | |
963 | 955 | | |
| |||
1096 | 1088 | | |
1097 | 1089 | | |
1098 | 1090 | | |
1099 | | - | |
1100 | 1091 | | |
1101 | 1092 | | |
1102 | 1093 | | |
| |||
1235 | 1226 | | |
1236 | 1227 | | |
1237 | 1228 | | |
1238 | | - | |
1239 | 1229 | | |
1240 | 1230 | | |
1241 | 1231 | | |
| |||
1344 | 1334 | | |
1345 | 1335 | | |
1346 | 1336 | | |
1347 | | - | |
1348 | 1337 | | |
1349 | 1338 | | |
1350 | 1339 | | |
| |||
1453 | 1442 | | |
1454 | 1443 | | |
1455 | 1444 | | |
1456 | | - | |
1457 | 1445 | | |
1458 | 1446 | | |
1459 | 1447 | | |
| |||
1562 | 1550 | | |
1563 | 1551 | | |
1564 | 1552 | | |
1565 | | - | |
1566 | 1553 | | |
1567 | 1554 | | |
1568 | 1555 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
195 | 194 | | |
196 | 195 | | |
197 | 196 | | |
198 | | - | |
199 | 197 | | |
200 | 198 | | |
201 | 199 | | |
| |||
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
195 | | - | |
196 | 194 | | |
197 | 195 | | |
198 | 196 | | |
| |||
298 | 296 | | |
299 | 297 | | |
300 | 298 | | |
301 | | - | |
302 | 299 | | |
303 | 300 | | |
304 | 301 | | |
| |||
398 | 395 | | |
399 | 396 | | |
400 | 397 | | |
401 | | - | |
402 | 398 | | |
403 | 399 | | |
404 | 400 | | |
| |||
498 | 494 | | |
499 | 495 | | |
500 | 496 | | |
501 | | - | |
502 | 497 | | |
503 | 498 | | |
504 | 499 | | |
| |||
598 | 593 | | |
599 | 594 | | |
600 | 595 | | |
601 | | - | |
602 | 596 | | |
603 | 597 | | |
604 | 598 | | |
| |||
740 | 734 | | |
741 | 735 | | |
742 | 736 | | |
743 | | - | |
744 | 737 | | |
745 | 738 | | |
746 | 739 | | |
| |||
850 | 843 | | |
851 | 844 | | |
852 | 845 | | |
853 | | - | |
854 | 846 | | |
855 | 847 | | |
856 | 848 | | |
| |||
990 | 982 | | |
991 | 983 | | |
992 | 984 | | |
993 | | - | |
994 | 985 | | |
995 | 986 | | |
996 | 987 | | |
| |||
1130 | 1121 | | |
1131 | 1122 | | |
1132 | 1123 | | |
1133 | | - | |
1134 | 1124 | | |
1135 | 1125 | | |
1136 | 1126 | | |
| |||
1240 | 1230 | | |
1241 | 1231 | | |
1242 | 1232 | | |
1243 | | - | |
1244 | 1233 | | |
1245 | 1234 | | |
1246 | 1235 | | |
| |||
1350 | 1339 | | |
1351 | 1340 | | |
1352 | 1341 | | |
1353 | | - | |
1354 | 1342 | | |
1355 | 1343 | | |
1356 | 1344 | | |
| |||
1460 | 1448 | | |
1461 | 1449 | | |
1462 | 1450 | | |
1463 | | - | |
1464 | 1451 | | |
1465 | 1452 | | |
1466 | 1453 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | 206 | | |
208 | 207 | | |
209 | 208 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
295 | 294 | | |
296 | 295 | | |
297 | 296 | | |
298 | | - | |
299 | 297 | | |
300 | 298 | | |
301 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
0 commit comments