Increase timeout in KubernetesTaskRunnerDockerTest#19032
Open
kfaraz wants to merge 11 commits intoapache:masterfrom
Open
Increase timeout in KubernetesTaskRunnerDockerTest#19032kfaraz wants to merge 11 commits intoapache:masterfrom
kfaraz wants to merge 11 commits intoapache:masterfrom
Conversation
kfaraz
commented
Feb 19, 2026
.../src/test/java/org/apache/druid/testing/embedded/k8s/BaseKubernetesTaskRunnerDockerTest.java
Outdated
Show resolved
Hide resolved
…/k8s/BaseKubernetesTaskRunnerDockerTest.java
Contributor
Author
|
Increasing the timeout doesn't seem to have helped. Error: Failures:
Error: KubernetesTaskRunnerCachingModeDockerTest>IngestionSmokeTest.test_ingestWikipedia1DayWithMSQ_andQueryData:274 expected: <SUCCESS> but was: <FAILED>
Error: KubernetesTaskRunnerDirectModeDockerTest>IngestionSmokeTest.test_ingestWikipedia1DayWithMSQ_andQueryData:274 expected: <SUCCESS> but was: <FAILED>
Error: Errors:
Error: IngestionDockerTest>IngestionSmokeTest.test_runIndexTask_andKillData:183 » ISE
Error: KubernetesTaskRunnerCachingModeDockerTest>IngestionSmokeTest.test_runKafkaSupervisor:299->IngestionSmokeTest.waitForSegmentsToBeQueryable:399 » ISE
Error: KubernetesTaskRunnerDirectModeDockerTest>IngestionSmokeTest.test_runKafkaSupervisor:299->IngestionSmokeTest.waitForSegmentsToBeQueryable:399 » ISE |
…d into increase_timeout_in_k8s_test
embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexing/IngestionSmokeTest.java
Fixed
Show fixed
Hide fixed
10 tasks
Contributor
|
Could it be related to docker container networking issues on the runners? IIRC, I ran into similar issues running the tests on a linux vm. |
Contributor
Author
|
Not sure what was the issue, the tests ran successfully this time: Trying another run. |
Contributor
Author
|
The next one succeeded too: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This test has been failing consistently on PRs but seems to pass locally.
Changes
This PR has: