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/02/18 10:06:09 UTC

[GitHub] sijie opened a new issue #1164: TestTruncate#testPurgeLogs fails on postcommit CI

sijie opened a new issue #1164: TestTruncate#testPurgeLogs fails on postcommit CI
URL: https://github.com/apache/bookkeeper/issues/1164
 
 
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do?
   
   run `TestTruncate#testPurgeLogs`
   
   - What did you expect to see?
   
   The test should pass
   
   - What did you see instead?
   
   The test case failed with assertions of number of log segments after truncation.
   
   ```
   Error Message
   expected:<6> but was:<7>
   Stacktrace
   java.lang.AssertionError: expected:<6> but was:<7>
   	at org.apache.distributedlog.TestTruncate.testPurgeLogs(TestTruncate.java:112)
   ```
   
   Example runs can be found at: https://builds.apache.org/job/bookkeeper_postcommit_master_java8/org.apache.distributedlog$distributedlog-core/41/testReport/junit/org.apache.distributedlog/TestTruncate/testPurgeLogs/
   
   

----------------------------------------------------------------
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