lhotari opened a new pull request #11771:
URL: https://github.com/apache/pulsar/pull/11771


   ### Motivation
   
   Attempt to mitigate the flaky tests in LockManagerTest #11690 and 
ZkSessionTest #11032 which use the BaseMetadataStoreTests base class. Test 
retries didn't succeed since the state didn't get cleaned between tests.
   
   The downside of better test retries is that it might suppress production 
issues in metadata store implementation. The flakiness might be a sign of a 
real problem.
   
   ### Modifications
   
   - use the TestRetrySupport base class for BaseMetadataStoreTests to cleanup 
state between retries.
   - also improve TestRetrySupport javadoc since it has special requirements 
for the implementation.
   


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to