Dream95 opened a new issue, #25775: URL: https://github.com/apache/pulsar/issues/25775
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/apache/pulsar/actions/runs/25842031561/job/75987701766?pr=25773 ### Exception stacktrace ```text Gradle suite > Gradle test > org.apache.pulsar.broker.service.persistent.CompactionConcurrencyTest > testDisableCompactionConcurrently FAILED org.awaitility.core.ConditionTimeoutException: Assertion condition expected [true] but found [false] within 10 seconds. at app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) at app//org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119) at app//org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31) at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985) at app//org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:769) at app//org.apache.pulsar.broker.service.persistent.CompactionConcurrencyTest.testDisableCompactionConcurrently(CompactionConcurrencyTest.java:73) Caused by: java.lang.AssertionError: expected [true] but found [false] at org.testng.Assert.fail(Assert.java:111) at org.testng.Assert.failNotEquals(Assert.java:1590) at org.testng.Assert.assertTrue(Assert.java:57) at org.testng.Assert.assertTrue(Assert.java:67) at org.apache.pulsar.broker.service.persistent.CompactionConcurrencyTest.lambda$testDisableCompactionConcurrently$3(CompactionConcurrencyTest.java:78) 999 tests completed, 1 failed, 9 skipped ``` ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
