devinbost commented on issue #6224: Possible race condition: ReaderTest.testReadMessageWithBatchingWithMessageInclusive:148 expected [true] but found [false] URL: https://github.com/apache/pulsar/issues/6224#issuecomment-582213345 When the test passes, this call in ConsumerImpl.hasMessageAvailable(): `hasMoreMessages(lastMessageIdInBroker, lastDequeuedMessage)` evaluates to true. When the test fails, that call evaluates to false.
---------------------------------------------------------------- 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
