cecemei commented on PR #19157: URL: https://github.com/apache/druid/pull/19157#issuecomment-4064257252
> A flake on this same test happened in the checks for this PR: > > ``` > 2026-03-14T00:22:35.8238939Z [ERROR] org.apache.druid.testing.embedded.compact.CompactionSupervisorTest.test_minorCompactionWithMSQ(PartitionsSpec)[1] -- Time elapsed: 14.15 s <<< FAILURE! > 2026-03-14T00:22:35.8240292Z org.opentest4j.AssertionFailedError: expected: <2000> but was: <2500> > 2026-03-14T00:22:35.8241262Z at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) > 2026-03-14T00:22:35.8242119Z at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) > 2026-03-14T00:22:35.8242956Z at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) > 2026-03-14T00:22:35.8243603Z at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150) > 2026-03-14T00:22:35.8244240Z at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145) > 2026-03-14T00:22:35.8245464Z at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:531) > 2026-03-14T00:22:35.8247116Z at org.apache.druid.testing.embedded.compact.CompactionSupervisorTest.waitUntilPublishedRecordsAreIngested(CompactionSupervisorTest.java:337) > 2026-03-14T00:22:35.8249294Z at org.apache.druid.testing.embedded.compact.CompactionSupervisorTest.test_minorCompactionWithMSQ(CompactionSupervisorTest.java:255) > ``` yes this is due to `intermediatePersistPeriod` set to `PT10M`, sometimes only 500 events are persisted to the segment and the next 500 events + next 1000 events are persisted to another segment but in this case processed events metric would be 2500. -- 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]
