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/01/18 03:10:34 UTC

[GitHub] eolivelli opened a new issue #1001: DoubleByteBufferTest fails on branch-4.6

eolivelli opened a new issue #1001: DoubleByteBufferTest fails on branch-4.6
URL: https://github.com/apache/bookkeeper/issues/1001
 
 
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do?
   
   run  this command on branch-4.6
   mvn test -Dtest=DoubleByteBufTest
   
   - What did you expect to see?
   
   test passes
   
   - What did you see instead?
   ```
   Running org.apache.bookkeeper.util.DoubleByteBufTest
   Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec <<< FAILURE! - in org.apache.bookkeeper.util.DoubleByteBufTest
   testReadableBytes(org.apache.bookkeeper.util.DoubleByteBufTest)  Time elapsed: 0.013 sec  <<< FAILURE!
   java.lang.AssertionError: expected:<256> but was:<192>
   	at org.apache.bookkeeper.util.DoubleByteBufTest.testReadableBytes(DoubleByteBufTest.java:193)
   
   ```
   

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