paul-rogers opened a new issue, #12645: URL: https://github.com/apache/druid/issues/12645
The Integration test `ITAutoCompactionTest` failed in [this run](https://app.travis-ci.com/github/apache/druid/jobs/573250451) on a branch that (probably) changed nothing in the auto-compaction area. (The only caveat is that this PR omits null or empty fields from JSON serialization of native queries. If this test verifies serialization against a text version of the query, it can fail. Yet, inspection of the code suggests that this is not the problem.) ```text [ERROR] Failures: [ERROR] ITAutoCompactionTest.testAutoCompactionDutyCanUpdateTaskSlots:592->getAndAssertCompactionStatus:1788 expected [14906] but found [14762] [ERROR] ITAutoCompactionTest.testAutoCompactionDutySubmitAndVerifyCompaction:457->getAndAssertCompactionStatus:1789 expected [14906] but found [14762] ``` -- 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]
