fxbing opened a new pull request #5066: Fix : ConsumerStatsTest.testAsyncCallOnPartitionedTopic is flaky URL: https://github.com/apache/pulsar/pull/5066 fix #4894 ### Motivation Due to the concurrent execution of the program, when checking whether the ‘BrokerConsumerStats’'s cache is in effect, there is no guarantee that the cache time will not be exceeded. ### Modifications - Check the cache in an inexact way. - Increase waiting time.
---------------------------------------------------------------- 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
