nicoloboschi opened a new issue, #15676: URL: https://github.com/apache/pulsar/issues/15676
PendingAckPersistentTest.testPendingAckLowWaterMarkRemoveFirstTxn is flaky. It fails sporadically. [example failure](https://github.com/apache/pulsar/pull/15638/checks?check_run_id=6506945433) ``` java.lang.AssertionError: expected [false] but found [true] at org.testng.Assert.fail(Assert.java:99) at org.testng.Assert.failNotEquals(Assert.java:1037) at org.testng.Assert.assertFalse(Assert.java:67) at org.testng.Assert.assertFalse(Assert.java:77) at org.apache.pulsar.broker.transaction.pendingack.PendingAckPersistentTest.testPendingAckLowWaterMarkRemoveFirstTxn(PendingAckPersistentTest.java:567) ``` -- 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]
