paul-rogers opened a new issue, #12690:
URL: https://github.com/apache/druid/issues/12690

   The unit test 
`GroupByQueryRunnerFailureTest.testTimeoutExceptionOnQueryable` failed in this 
build: "[Build and test on ARM64 CPU architecture 
(1)](https://app.travis-ci.com/github/apache/druid/jobs/573989699)". The PR in 
question added new code unrelated to native queries, so this is likely a flaky 
test.
   
   ```text
   [INFO] Running org.apache.druid.query.groupby.GroupByQueryRunnerFailureTest
   [ERROR] Tests run: 20, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 
4.855 s <<< FAILURE! - in 
org.apache.druid.query.groupby.GroupByQueryRunnerFailureTest
   [ERROR] 
org.apache.druid.query.groupby.GroupByQueryRunnerFailureTest.testTimeoutExceptionOnQueryable[noRollupRtIndex]
  Time elapsed: 0.016 s  <<< FAILURE!
   java.lang.AssertionError: Expected test to throw an instance of 
org.apache.druid.query.QueryTimeoutException
        at org.junit.Assert.fail(Assert.java:89)
        at 
org.junit.rules.ExpectedException.failDueToMissingException(ExpectedException.java:278)
        at 
org.junit.rules.ExpectedException.access$100(ExpectedException.java:111)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:264)
        at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        ...
   ```
   
   


-- 
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]

Reply via email to