Commit 2815c71
committed
Skip test assertion
Not only are quorum queues wrongly implemented, but also classic queues
when draining in 3.13.
Like quorum queues, classsic queues reply with a send_drained event
before delivering the message(s).
Therefore, we have to skip the drain test in such mixed version
clusters where the leader runs on the old (3.13.1) node.
The new 4.0 implementation with credit API v2 fixes this bug.1 parent 65c8456 commit 2815c71
File tree
2 files changed
+6
-7
lines changed- deps/rabbit
- src
- test
2 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2090 | 2090 | | |
2091 | 2091 | | |
2092 | 2092 | | |
2093 | | - | |
2094 | 2093 | | |
2095 | 2094 | | |
2096 | 2095 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2465 | 2465 | | |
2466 | 2466 | | |
2467 | 2467 | | |
2468 | | - | |
2469 | | - | |
| 2468 | + | |
2470 | 2469 | | |
2471 | | - | |
2472 | | - | |
2473 | | - | |
2474 | 2470 | | |
2475 | 2471 | | |
2476 | 2472 | | |
| |||
2482 | 2478 | | |
2483 | 2479 | | |
2484 | 2480 | | |
2485 | | - | |
| 2481 | + | |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
2486 | 2486 | | |
2487 | 2487 | | |
2488 | 2488 | | |
| |||
0 commit comments