devinbost opened a new issue #6306: (Flaky-test) UnAcknowledgedMessagesTimeoutTest.testSharedSingleAckedPartitionedTopic - assertion failure URL: https://github.com/apache/pulsar/issues/6306 This test is failing, and I was able to reproduce the issue locally. The error is: ``` java.lang.AssertionError: expected [20] but found [24] at org.testng.Assert.fail(Assert.java:96) at org.testng.Assert.failNotEquals(Assert.java:776) at org.testng.Assert.assertEqualsImpl(Assert.java:137) at org.testng.Assert.assertEquals(Assert.java:118) at org.testng.Assert.assertEquals(Assert.java:652) at org.testng.Assert.assertEquals(Assert.java:662) at ``` I've also seen it report "found [28]". You can see it here: https://github.com/apache/pulsar/runs/440479242 I've attached the Github CI logs here: [logs_16251 (1).zip](https://github.com/apache/pulsar/files/4190667/logs_16251.1.zip) I've also attached the log from running it locally: [testSharedSingleAckedPartitionedTopic_log.txt](https://github.com/apache/pulsar/files/4190672/testSharedSingleAckedPartitionedTopic_log.txt) Note that the logs are from running this test in my branch. One change to this test is that I changed the names of some of the variables to make them more readable.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
