dlg99 opened a new pull request, #4414: URL: https://github.com/apache/bookkeeper/pull/4414
Descriptions of the changes in this PR: Fix #4411 Fix #4410 ### Motivation BookieAutoRecoveryTest is flaky on the CI ### Changes I cannot reproduce the test failures/timeouts locally, even by running the test in the loop 100+ times. To reduce flakiness on the CI I did the following: * forced Auditor run in the tests before the moments when the timeouts typically occur, to avoid multiple longer waits for it to kick in by itself * limited time to wait for latch to fail faster/not delay CI * added a separate test that checks that auditor runs on cluster changes, with longer waits for the latches At least this should provide more info on where the test fails (auditor didn't do something or auditor didn't run) + speed up the test + either reduce or fix the flakyness. -- 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]
