IT's error out when calling mvn verify
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to vote in the parent-pom release and I can't get `mvn verify` to run properly even before checking it against the new parent-pom
It appears to be a bug with accessing zookeeper as all the IT's error out with
```
java.lang.RuntimeException: org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /fluo/mini-test2
```
I've tried to rebuild the project but it did not help. I'm sure it's something wrong with my project as @keith-turner and @ctubbsii have been able to successfully test it recently but I can't figure out the problem.
Note this error came before trying to test the new Parent-pom.
```
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.fluo.integration.impl.ZKSecretIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.198 sec - in org.apache.fluo.integration.impl.ZKSecretIT
Running org.apache.fluo.integration.impl.SelfNotificationIT
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.161 sec <<< FAILURE! - in org.apache.fluo.integration.impl.SelfNotificationIT
test1(org.apache.fluo.integration.impl.SelfNotificationIT) Time elapsed: 1.142 sec <<< ERROR!
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.142 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: 1.158 sec <<< FAILURE! - in org.apache.fluo.integration.impl.ParallelScannerIT
testParallelScanRecovery1(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-test3
Caused by: org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /fluo/impl-test3
testParallelScanRecovery1(org.apache.fluo.integration.impl.ParallelScannerIT) Time elapsed: 0.009 sec <<< ERROR!
java.lang.NullPointerException
testParallelScanRecovery2(org.apache.fluo.integration.impl.ParallelScannerIT) Time elapsed: 1.125 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
....
```
```
Results :
Tests in error:
org.apache.fluo.integration.client.FluoAdminImplIT.testInitializeConfig(org.apache.fluo.integration.client.FluoAdminImplIT)
Run 1: FluoAdminImplIT>ITBaseImpl.setUpFluo:85 » Runtime org.apache.zookeeper.KeeperE...
Run 2: FluoAdminImplIT>ITBaseImpl.tearDownFluo:106 » NullPointer
org.apache.fluo.integration.client.FluoAdminImplIT.testInitializeLongChroot(org.apache.fluo.integration.client.FluoAdminImplIT)
Run 1: FluoAdminImplIT>ITBaseImpl.setUpFluo:85 » Runtime org.apache.zookeeper.KeeperE...
Run 2: FluoAdminImplIT>ITBaseImpl.tearDownFluo:106 » NullPointer
org.apache.fluo.integration.client.FluoAdminImplIT.testInitializeTwiceFails(org.apache.fluo.integration.client.FluoAdminImplIT)
Run 1: FluoAdminImplIT>ITBaseImpl.setUpFluo:85 » Runtime org.apache.zookeeper.KeeperE...
Run 2: FluoAdminImplIT>ITBaseImpl.tearDownFluo:106 » NullPointer
org.apache.fluo.integration.client.FluoAdminImplIT.testInitializeWithNoChroot(org.apache.fluo.integration.client.FluoAdminImplIT)
Run 1: FluoAdminImplIT>ITBaseImpl.setUpFluo:85 » Runtime org.apache.zookeeper.KeeperE...
Run 2: FluoAdminImplIT>ITBaseImpl.tearDownFluo:106 » NullPointer
.....
```
Contributor guide
Assessment
This issue has not been assessed yet.