You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/12 07:38:09 UTC

[GitHub] [pulsar] lhotari commented on issue #9450: Flaky-test: org.apache.pulsar.broker.service.ReplicatorTest.testResetCursorNotFail

lhotari commented on issue #9450:
URL: https://github.com/apache/pulsar/issues/9450#issuecomment-778032781


   > I also noticed that there are also failures in this test class for `activeBrokerParse`. This test runs before the `testResetCursorNotFail` test. It seems like an additional test failure, but I haven't been able to figure that out yet. I'll look into both. Seems like some of the failures @lhotari references above have a failure from `activeBrokerParse`.
   
   Yes, it's possible that the last failure in the logs isn't the root cause. There are test retries in place for most unit tests so that a test failure gets retried once. It's possible to disable the custom test retry solution for TestNG tests by passing `-DtestRetryCount=0`.
   
   There are quite a few different failures in ReplicatorTest class. I have also reported #9457 and #9458 . It probably makes sense to handle those at the same 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:
users@infra.apache.org