Skip to content

Increase timeout for Docker Test#18849

Merged
kgyrtkirk merged 1 commit intomasterfrom
increase_timeout_docker_test
Dec 17, 2025
Merged

Increase timeout for Docker Test#18849
kgyrtkirk merged 1 commit intomasterfrom
increase_timeout_docker_test

Conversation

@abhishekrb19
Copy link
Contributor

@abhishekrb19 abhishekrb19 commented Dec 16, 2025

The test_runIndexTask_andKillData Docker test has been quite flaky due to timeouts, often requiring multiple re-runs.

Error:  test_runIndexTask_andKillData  Time elapsed: 127.754 s  <<< ERROR!
org.apache.druid.java.util.common.ISE: Timed out waiting for event after [120,000]ms

We’ll need to inspect the Docker logs to identify the source of timeout/flakiness, but the logs appear to be missing because they get cleaned up after the test completes? In the meantime, try increasing the timeout from 2 minutes to 3 minutes to see if it reduces or eliminates the flakiness.

The Docker test test_runIndexTask_andKillData has been quite flaky,
often requiring multiple re-runs. So bump up the timeout to see if it
helps.
@abhishekrb19
Copy link
Contributor Author

With a 3 minute timeout, the Docker test has been successful for five consecutive runs

@kgyrtkirk kgyrtkirk merged commit baba7a1 into master Dec 17, 2025
235 checks passed
@kgyrtkirk kgyrtkirk added this to the 36.0.0 milestone Jan 19, 2026
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.

3 participants

Comments