jihoonson opened a new issue #6712: Travis timeout in BufferHashGrouperTest URL: https://github.com/apache/incubator-druid/issues/6712 All recent travis jobs are failing because of the timeout in BufferHashGrouperTest. The travis log is ``` Running org.apache.druid.query.groupby.epinephelinae.BufferHashGrouperTest 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 ``` Since the test is supposed to run for a long time (45.935 sec in https://travis-ci.org/apache/incubator-druid/jobs/463651548), I think this is just a transient test failure. However, I still wonder we can reduce the test time here. @gianm any thoughts?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
