merlimat opened a new pull request #2318: Attempt to fix flakyness of BrokerBkEnsemblesTests.testSkipCorruptDataLedger URL: https://github.com/apache/incubator-pulsar/pull/2318 ### Motivation `BrokerBkEnsemblesTests.testSkipCorruptDataLedger` has been intermettently failiing for a while. See #1388 #1126 eg: https://builds.apache.org/job/pulsar_precommit_java8/2977/testReport/junit/org.apache.pulsar.broker.service/BrokerBkEnsemblesTests/testSkipCorruptDataLedger/ Tests appears to timeout. The most probably cause of the failures (which are 6seconds timeouts) is that entries are skipped in the first part of the test. This PR attempts to make sure the `autoSkipNonRecoverableData` setting is reset to false at the beginning of the test. This should ensure that the test can be executed multiple.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
