You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by gi...@git.apache.org on 2017/06/27 18:06:39 UTC

[GitHub] keith-turner opened a new issue #878: Logging test failed on Travis

keith-turner opened a new issue #878: Logging test failed on Travis
URL: https://github.com/apache/incubator-fluo/issues/878
 
 
   Saw the follwing failure when Travis was building #877
   
   ```
   Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 58.528 sec <<< FAILURE! - in org.apache.fluo.integration.log.LogIT
   testBinaryLogging(org.apache.fluo.integration.log.LogIT)  Time elapsed: 8.866 sec  <<< FAILURE!
   java.lang.AssertionError: 
   2017-06-27 17:37:36,111 [fluo.tx ] TRACE: txid: 3 begin() thread: 6547
   2017-06-27 17:37:36,113 [fluo.tx ] TRACE: txid: 3 class: org.apache.fluo.integration.log.LogIT$BinaryLoader1
   2017-06-27 17:37:36,113 [fluo.tx ] TRACE: txid: 3 identity: BinaryLoader1
   2017-06-27 17:37:36,113 [fluo.tx ] TRACE: txid: 3 delete(r\x051, c\x021 c\xf51 )
   2017-06-27 17:37:36,116 [fluo.tx ] TRACE: txid: 3 get(r\x062, c\x021 c\xf51 ) -> null
   2017-06-27 17:37:36,120 [fluo.tx ] TRACE: txid: 3 get(r\x062, [c\x021 c\xf51 , c\x092 c\xe52 ]) -> []
   2017-06-27 17:37:36,155 [fluo.tx ] TRACE: txid: 3 get([r\x051, r\x062], [c\x021 c\xf51 , c\x092 c\xe52 ]) -> []
   2017-06-27 17:37:36,155 [fluo.tx ] TRACE: txid: 3 set(r\x051, c\x092 c\xe52 , v\x992)
   2017-06-27 17:37:36,155 [fluo.tx ] TRACE: txid: 3 set(r\x062, c\x092 c\xe52 , v\xd91)
   2017-06-27 17:37:36,155 [fluo.tx ] TRACE: txid: 3 setWeakNotification(r\x062, c\x092 c\xe52 )
   2017-06-27 17:37:36,292 [fluo.tx ] TRACE: txid: 3 commit() -> SUCCESSFUL commitTs: 4
   2017-06-27 17:37:36,304 [fluo.tx ] TRACE: txid: 3 close()
   2017-06-27 17:37:36,304 [tx.summary] TRACE: txid: 3 thread : 6569 time: 193 (44 149) #ret: 0 #set: 3 #collisions: 0 waitTime: 0 committed: true class: BinaryLoader1
   2017-06-27 17:37:36,564 [fluo.tx ] TRACE: txid: 8 begin() thread: 6571
   2017-06-27 17:37:36,564 [fluo.tx ] TRACE: txid: 8 trigger: r\x062 c\x092 c\xe52  4
   2017-06-27 17:37:36,564 [fluo.tx ] TRACE: txid: 8 class: org.apache.fluo.integration.log.LogIT$BinaryObserver
   2017-06-27 17:37:36,564 [fluo.tx ] TRACE: txid: 8 identity: c\x092:c\xe52:
   2017-06-27 17:37:36,592 [fluo.tx ] TRACE: txid: 8 get(r\x051, c\x092 c\xe52 ) -> v\x992
   2017-06-27 17:37:36,597 [fluo.tx ] TRACE: txid: 8 get(r\x062, [c\x021 c\xf51 , c\x092 c\xe52 ]) -> [c\x092 c\xe52 =v\xd91]
   2017-06-27 17:37:36,612 [fluo.tx ] TRACE: txid: 8 get([r\x051, r\x062], [c\x021 c\xf51 , c\x092 c\xe52 ]) -> [r\x051=[c\x092 c\xe52 =v\x992], r\x062=[c\x092 c\xe52 =v\xd91]]
   2017-06-27 17:37:36,640 [fluo.tx ] TRACE: txid: 8 commit() -> SUCCESSFUL commitTs: -1
   	at org.apache.fluo.integration.log.LogIT.testBinaryLogging(LogIT.java:437)
   ```
 
----------------------------------------------------------------
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