Commit de45be3
committed
Fix test flake
Fix the following test flake in CI:
```
direct_reply_to_amqp_SUITE > cluster_size_1 > many_replies
#1. {error,
{test_case_failed,{timeout,{num_received,2959},{num_missing,41}}}}
```
As documented in https://www.rabbitmq.com/docs/direct-reply-to#caveats-amqp
the volatile queue may drop messages if the writer proc can't send fast
enough.1 parent da0eb09 commit de45be3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
0 commit comments