paul-rogers commented on issue #12643: URL: https://github.com/apache/druid/issues/12643#issuecomment-1303852665
An attempt to rerun also failed, but in a [different way](https://app.travis-ci.com/github/apache/druid/jobs/587271323). There were dozens of failures, starting with: ```text [ERROR] Tests run: 30, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 74.007 s <<< FAILURE! - in org.apache.druid.indexing.overlord.RemoteTaskRunnerTest [ERROR] org.apache.druid.indexing.overlord.RemoteTaskRunnerTest.testRunPendingTaskFailToAssignTask Time elapsed: 0.239 s <<< ERROR! java.util.concurrent.TimeoutException: Timeout waiting for task. ``` And compounding with dozens of failures until we get to: ``` No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received The build has been terminated ``` Again, on this PR, no changes where made to this area of the code. Nothing changed between this failure and the one in the previous note: I simply reran the tests. Something seems very flaky in this test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
