poorbarcode commented on PR #18491: URL: https://github.com/apache/pulsar/pull/18491#issuecomment-1317283136
Hi @BewareMyPower > > this leads to a higher probability of problems. > Could you explain why? The reason in Menu-Motivation > Or is there a way to make testFailoverConsumerBatchCumulateAck more likely to fail in local env? This test is hard to fail in local env but easy to fail in CI. I guess that in CI the incoming queue can be filled quickly enough before the receive has not started. We can't make it runs faster locally, but we can make receive execution slower, you can change the test like this which makes the test fail in the local env easily: <img width="917" alt="截屏2022-11-17 00 18 32" src="https://user-images.githubusercontent.com/25195800/202235145-e6a4bf17-e792-4cf1-a81a-ac31d024be32.png"> -- 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]
