You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/03/06 16:36:49 UTC

[GitHub] ivankelly opened a new pull request #1233: Reduce running time for testLedgerCreateAdvWithLedgerIdInLoop

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:
users@infra.apache.org


With regards,
Apache Git Services