Hi, new here. I had a small change I was going to submit a pull request for and 
was running "mvn -Pcontrib-check clean install" per the Contributor's Guide, 
but I'm getting errors in both my branch and the current main. My changes in 
nifi-properties-loader compile and the tests there run OK. When I run 
contrib-check, I get both a failed test elsewhere and an IOException. 

The failed test reads:[INFO] Running 
org.apache.nifi.controller.state.server.TestZooKeeperStateServer
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.218 s 
<<< FAILURE! - in 
org.apache.nifi.controller.state.server.TestZooKeeperStateServer
[ERROR] 
testServerCreatePath(org.apache.nifi.controller.state.server.TestZooKeeperStateServer)
  Time elapsed: 0.192 s  <<< ERROR!
org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = 
NodeExists for /test
        at 
org.apache.nifi.controller.state.server.TestZooKeeperStateServer.testServerCreatePath(TestZooKeeperStateServer.java:129)

The exception reads:[INFO] Running 
org.apache.nifi.wali.EncryptedSequentialAccessWriteAheadLogTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 
s - in org.apache.nifi.wali.EncryptedSequentialAccessWriteAheadLogTest
[WARNING] ForkStarter IOException:  thread=1]
 thread=1]
 pageSize=65536]
 pageSize=65536]
 thread=1]
 pageSize=65536, size=198][... snip a great deal of output ...]
I'm kind of at a loss for what to do. This is under Win 10 and Java 1.8.0_281.

Reply via email to