Commit f4dcb15
committed
Fix mixed version test failure
Prior to this commit, test case
```
make -C deps/rabbit distclean-ct ct-dead_lettering SECONDARY_UMBRELLA=workspace/rabbitmq-server-tmp t=[tests,classic_queue,at_most_once]:dead_letter_headers_should_not_be_appended_for_republish RABBITMQ_FEATURE_FLAGS=quorum_queue,implicit_default_bindings,virtual_host_metadata,maintenance_mode_status,user_limits,feature_flags_v2,stream_queue,classic_queue_type_delivery_support,classic_mirrored_queue_version,stream_single_active_consumer,direct_exchange_routing_v2,listener_records_in_ets,tracking_records_in_ets,message_containers,message_containers_deaths_v2,quorum_queue_non_voters
```
failed because of a wrong expectation.
The 3.13 node interprets the x-death header, which means there are two
death history entries after the message expires from the source queue on
the 4.0 node.1 parent 3cbcaae commit f4dcb15
1 file changed
+16
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1359 | 1359 | | |
1360 | 1360 | | |
1361 | 1361 | | |
1362 | | - | |
1363 | 1362 | | |
1364 | | - | |
1365 | 1363 | | |
1366 | 1364 | | |
1367 | 1365 | | |
1368 | 1366 | | |
1369 | 1367 | | |
1370 | 1368 | | |
1371 | | - | |
1372 | | - | |
| 1369 | + | |
1373 | 1370 | | |
1374 | | - | |
1375 | | - | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
1376 | 1374 | | |
1377 | | - | |
1378 | 1375 | | |
1379 | 1376 | | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
1380 | 1389 | | |
1381 | 1390 | | |
1382 | 1391 | | |
| |||
0 commit comments