cjmctague commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-345888543 @keith-turner The `-e` flag didn't change anything. Still not finding any trace in the log file. In the `failsafe-reports` it has all the same information as the log like such: ``` ------------------------------------------------------------------------------- Test set: org.apache.fluo.integration.impl.ReadLockIT ------------------------------------------------------------------------------- Tests run: 24, Failures: 0, Errors: 24, Skipped: 0, Time elapsed: 5.806 sec <<< FAILURE! - in org.apache.fluo.integration.impl.ReadLockIT testWriteAfterReadLock(org.apache.fluo.integration.impl.ReadLockIT) Time elapsed: 0.009 sec <<< ERROR! java.lang.RuntimeException: org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /fluo/impl-test7 Caused by: org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /fluo/impl-test7 testWriteAfterReadLock(org.apache.fluo.integration.impl.ReadLockIT) Time elapsed: 0.01 sec <<< ERROR! java.lang.NullPointerException testOnlyReadLocks(org.apache.fluo.integration.impl.ReadLockIT) Time elapsed: 1.17 sec <<< ERROR! java.lang.RuntimeException: org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /fluo/impl-test8 Caused by: org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /fluo/impl-test8 testOnlyReadLocks(org.apache.fluo.integration.impl.ReadLockIT) Time elapsed: 1.17 sec <<< ERROR! java.lang.NullPointerException ``` There are 30 .txt files in those logs for all the various IT's failing.
---------------------------------------------------------------- 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
