lhotari edited a comment on issue #10872: URL: https://github.com/apache/pulsar/issues/10872#issuecomment-857625275
It looks like this flaky test was introduced by #10862 . @sursingh Would you mind taking a look ? It might help to use Awaitility instead of Thread.sleep in this test. example of using Awaitility (ignore any exceptions thrown during evaluation) from another test: https://github.com/apache/pulsar/blob/da71ec2b2a6682ffbab60843756f638bedbd4460/pulsar-broker/src/test/java/org/apache/pulsar/io/PulsarFunctionE2ETest.java#L131-L138 -- 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]
