Skip to content

Increase timeout in KubernetesTaskRunnerDockerTest#19032

Open
kfaraz wants to merge 11 commits intoapache:masterfrom
kfaraz:increase_timeout_in_k8s_test
Open

Increase timeout in KubernetesTaskRunnerDockerTest#19032
kfaraz wants to merge 11 commits intoapache:masterfrom
kfaraz:increase_timeout_in_k8s_test

Conversation

@kfaraz
Copy link
Contributor

@kfaraz kfaraz commented Feb 19, 2026

Description

This test has been failing consistently on PRs but seems to pass locally.

Changes

  • Increased some timeouts

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.

…/k8s/BaseKubernetesTaskRunnerDockerTest.java
@kfaraz
Copy link
Contributor Author

kfaraz commented Feb 19, 2026

Increasing the timeout doesn't seem to have helped.
The runKafkaSupervisor and ingestMSQData_andQuery tests are failing consistently:

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

@kfaraz kfaraz changed the title Increase timeout in KubernetesTaskRunnerDockerTest [WIP][DO NOT REVIEW] Increase timeout in KubernetesTaskRunnerDockerTest Feb 19, 2026
@jtuglu1
Copy link
Contributor

jtuglu1 commented Feb 20, 2026

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.

@kfaraz kfaraz closed this Feb 20, 2026
@kfaraz
Copy link
Contributor Author

kfaraz commented Feb 20, 2026

Not sure what was the issue, the tests ran successfully this time:
https://github.com/apache/druid/actions/runs/22214818448/job/64256290198

Trying another run.

@kfaraz kfaraz reopened this Feb 20, 2026
@kfaraz
Copy link
Contributor Author

kfaraz commented Feb 20, 2026

@kfaraz kfaraz changed the title [WIP][DO NOT REVIEW] Increase timeout in KubernetesTaskRunnerDockerTest Increase timeout in KubernetesTaskRunnerDockerTest Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments