Skip to content

This fixes two kafka flaky tests.#6056

Merged
fulmicoton merged 1 commit intomainfrom
paul.masurel/flaky-kafka-test-6049
Dec 26, 2025
Merged

This fixes two kafka flaky tests.#6056
fulmicoton merged 1 commit intomainfrom
paul.masurel/flaky-kafka-test-6049

Conversation

@fulmicoton
Copy link
Collaborator

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 #6049

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 #6049
@fulmicoton fulmicoton requested a review from congx4 December 26, 2025 17:06
@fulmicoton fulmicoton merged commit de2537c into main Dec 26, 2025
8 checks passed
@fulmicoton fulmicoton deleted the paul.masurel/flaky-kafka-test-6049 branch December 26, 2025 17:20
nico34638 pushed a commit to nico34638/quickwit that referenced this pull request Jan 5, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants