devinbost commented on issue #6306: (Flaky-test) UnAcknowledgedMessagesTimeoutTest.testSharedSingleAckedPartitionedTopic - assertion failure URL: https://github.com/apache/pulsar/issues/6306#issuecomment-585092750 This is the assertion that's failing: `assertEquals(messageCountNoAck + messageCountYesAck, totalMessages);` The problem is that `totalMessages` is 20, but the total of counted messages (i.e. messages not acked + messages acked) adds up to more than 20.
---------------------------------------------------------------- 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
