Commit de2537c
This fixes two kafka flaky tests. (quickwit-oss#6056)
The cause is complicated. When relying on localhost for connection,
the client will first attempt ipv6 and then ipv4. This will cause a bunch of
BrokerTransportFailure to be emitted by RdKafka.
These errors will either fail the actor or fail the test assert.
See quickwit-oss#6049
Co-authored-by: fulmicoton <paul.masurel@datadoghq.com>1 parent f257557 commit de2537c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
| 875 | + | |
| 876 | + | |
875 | 877 | | |
876 | 878 | | |
877 | 879 | | |
| |||
882 | 884 | | |
883 | 885 | | |
884 | 886 | | |
| 887 | + | |
885 | 888 | | |
886 | 889 | | |
887 | 890 | | |
| |||
0 commit comments