sijie opened a new pull request #1099: Fix auditor shutdown logic and move decommision tests out of BookKeeperAdminTest URL: https://github.com/apache/bookkeeper/pull/1099 Descriptions of the changes in this PR: - the auditor shutdown logic is problematic. most of the tests can finish quickly however it spend more 30 seconds on shutting down. because the shutdown logic will be blocked until `awaitTermination` timed out. - most of the tests in BookKeeperAdminTest don't need 6 bookies. so move the decommission tests to a separate class.
---------------------------------------------------------------- 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
