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 2022/02/11 00:14:47 UTC

[GitHub] [bookkeeper] dlg99 opened a new pull request #3039: [ISSUE 3038] Fixed flaky CompactionTest.testMinorCompactionWithMaxTimeMillis

dlg99 opened a new pull request #3039:
URL: https://github.com/apache/bookkeeper/pull/3039


   Descriptions of the changes in this PR:
   
   ### Motivation
   
   Flaky  test
   
   ### Changes
   
   AFAICT the test flaked because sometimes provided 15ms timeout for the compaction was not enough.
   Possibly related to addition of `baseConf.setGcEntryLogMetadataCacheEnabled(true);` 
   I split the test into two:
   - one with much higher timeout to make sure compaction can finish
   - one with a very short timeout to make sure at least one entry log won't get compacted
   
   Master Issue: #3038 
   
   
   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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



[GitHub] [bookkeeper] eolivelli merged pull request #3039: [ISSUE 3038] Fixed flaky CompactionTest.testMinorCompactionWithMaxTimeMillis

Posted by GitBox <gi...@apache.org>.
eolivelli merged pull request #3039:
URL: https://github.com/apache/bookkeeper/pull/3039


   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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