paul-rogers opened a new issue, #12700: URL: https://github.com/apache/druid/issues/12700
The following IT failed: [(Compile=openjdk8, Run=openjdk8) query retry integration test for missing segments](https://app.travis-ci.com/github/apache/druid/jobs/574410506). Usual caveats about the PR in question not changing code in the area of the IT. ```text 2022-06-22T22:09:23,719 INFO [main] org.apache.druid.testing.utils.LoggerListener - Starting [org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments.testWithRetriesDisabledPartialResultAllowed] 2022-06-22T22:09:37,785 ERROR [main] org.apache.druid.testing.utils.LoggerListener - Failed [org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments.testWithRetriesDisabledPartialResultAllowed] java.lang.AssertionError: At least one query is expected to return less results. expected [true] but found [false] at org.testng.Assert.fail(Assert.java:99) ~[testng-7.3.0.jar:?] at org.testng.Assert.failNotEquals(Assert.java:1037) ~[testng-7.3.0.jar:?] at org.testng.Assert.assertTrue(Assert.java:45) ~[testng-7.3.0.jar:?] at org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments.testQueries(ITQueryRetryTestOnMissingSegments.java:217) ~[test-classes/:?] at org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments.testQueries(ITQueryRetryTestOnMissingSegments.java:141) ~[test-classes/:?] at org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments.testWithRetriesDisabledPartialResultAllowed(ITQueryRetryTestOnMissingSegments.java:122) ~[test-classes/:?] ... [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 147.022 s <<< FAILURE! - in TestSuite [ERROR] testWithRetriesDisabledPartialResultAllowed(org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments) Time elapsed: 14.068 s <<< FAILURE! java.lang.AssertionError: At least one query is expected to return less results. expected [true] but found [false] at org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments.testQueries(ITQueryRetryTestOnMissingSegments.java:217) at org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments.testQueries(ITQueryRetryTestOnMissingSegments.java:141) at org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments.testWithRetriesDisabledPartialResultAllowed(ITQueryRetryTestOnMissingSegments.java:122) [ERROR] testWithRetriesDisabledPartialResultDisallowed(org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments) Time elapsed: 11.52 s [ERROR] testWithRetriesEnabledPartialResultDisallowed(org.apache.druid.tests.query.ITQueryRetryTestOnMissingSegments) Time elapsed: 10.446 s [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ITQueryRetryTestOnMissingSegments.testWithRetriesDisabledPartialResultAllowed:122->testQueries:141->testQueries:217 At least one query is expected to return less results. expected [true] but found [false] ``` -- 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]
