Skip to content

fix: KafkaBoundedSupervisorTest flaky test#19543

Open
Shekharrajak wants to merge 1 commit into
apache:masterfrom
Shekharrajak:fix-kafka-stream-test-timeout
Open

fix: KafkaBoundedSupervisorTest flaky test#19543
Shekharrajak wants to merge 1 commit into
apache:masterfrom
Shekharrajak:fix-kafka-stream-test-timeout

Conversation

@Shekharrajak
Copy link
Copy Markdown
Contributor

Fixes #19542 .

Description

embedded-tests: allow per-call timeout for ingestion wait, bump KafkaBoundedSupervisorTest to 120s

The bounded
supervisor cold-start pipeline (post supervisor -> schedule task ->
assign partitions -> consume from Kafka -> publish -> COMPLETED) can
exceed the cluster default 60s on a cold CI runner.

Release note

This PR has:

  • been self-reviewed.
  • added documentation for new or modified features or behaviors.
  • a release note entry in the PR description.
  • added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
  • added or updated version, license, or notice information in licenses.yaml
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
  • added integration tests.
  • been tested in a test Druid cluster.

@Shekharrajak Shekharrajak changed the title embedded-tests: allow per-call timeout for ingestion wait, bump Kafka… fix: KafkaBoundedSupervisorTest flaky test Jun 2, 2026
Copy link
Copy Markdown
Member

@FrankChen021 FrankChen021 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have reviewed the code for correctness, edge cases, concurrency, and integration risks; no issues found.

Reviewed 3 of 3 changed files.


This is an automated review by Codex GPT-5.5

@Shekharrajak
Copy link
Copy Markdown
Contributor Author

@jtuglu1 , please have a look - this flaky tests occurring here #19266

@jtuglu1 jtuglu1 self-requested a review June 2, 2026 18:54
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.

Flaky Test: KafkaBoundedSupervisorTest

3 participants