cjmctague commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-345759461
 
 
   @keith-turner 
   ```
   grep -A 10 "NoAuth for" /tmp/fluo-build.log | head -20
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/mini-test2
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/mini-test2
   
   test1(org.apache.fluo.integration.impl.SelfNotificationIT)  Time elapsed: 
1.131 sec  <<< ERROR!
   java.lang.RuntimeException: java.lang.IllegalStateException: tracker already 
closed
   Caused by: java.lang.IllegalStateException: tracker already closed
   
   Running org.apache.fluo.integration.impl.ParallelScannerIT
   Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.043 sec 
<<< FAILURE! - in org.apache.fluo.integration.impl.ParallelScannerIT
   
testParallelScanRecovery1(org.apache.fluo.integration.impl.ParallelScannerIT)  
Time elapsed: 0.01 sec  <<< ERROR!
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test3
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test3
   
   
testParallelScanRecovery1(org.apache.fluo.integration.impl.ParallelScannerIT)  
Time elapsed: 0.01 sec  <<< ERROR!
   java.lang.NullPointerException
   
   
testParallelScanRecovery2(org.apache.fluo.integration.impl.ParallelScannerIT)  
Time elapsed: 0.009 sec  <<< ERROR!
   java.lang.RuntimeException: 
org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth 
for /fluo/impl-test4
   Caused by: org.apache.zookeeper.KeeperException$NoAuthException: 
KeeperErrorCode = NoAuth for /fluo/impl-test4
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to