ivankelly opened a new pull request #1233: Reduce running time for testLedgerCreateAdvWithLedgerIdInLoop URL: https://github.com/apache/bookkeeper/pull/1233 This test has flaked in CI regularly mainly because it takes a long time to run. This changes reduces the running time by. 1. Creating the ledgers with a ensemble size of 1 2. Creating and writing to the ledgers in parallel 3. Using async methods to write entries to the ledgers This brought the test from ~60 seconds to ~7 seconds locally.
---------------------------------------------------------------- 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
