Sushil Kumar created NIFI-6921:
----------------------------------
Summary: tests for nifi-socket-utils fails intermittently
Key: NIFI-6921
URL: https://issues.apache.org/jira/browse/NIFI-6921
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.10.0
Reporter: Sushil Kumar
tests for nifi-socket-utils fails intermittently
Following is the log for failing test
{{[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @
nifi-socket-utils ---}}
{{[INFO]}}
{{[INFO] -------------------------------------------------------}}
{{[INFO] T E S T S}}
{{[INFO] -------------------------------------------------------}}
{{[INFO] Running org.apache.nifi.io.socket.SSLContextFactoryTest}}
{{[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.943
s <<< FAILURE! - in org.apache.nifi.io.socket.SSLContextFactoryTest}}
{{[ERROR]
testShouldVerifyKeystoreWithDifferentKeyPassword(org.apache.nifi.io.socket.SSLContextFactoryTest)
Time elapsed: 0.048 s <<< ERROR!}}
{{java.io.FileNotFoundException: null/lib/security/cacerts (No such file or
directory)}}
{{ at
org.apache.nifi.io.socket.SSLContextFactoryTest.testShouldVerifyKeystoreWithDifferentKeyPassword(SSLContextFactoryTest.groovy:138)}}{{[ERROR]
testShouldVerifyKeystoreWithSameKeyPassword(org.apache.nifi.io.socket.SSLContextFactoryTest)
Time elapsed: 0.006 s <<< ERROR!}}
{{java.io.FileNotFoundException: null/lib/security/cacerts (No such file or
directory)}}
{{ at
org.apache.nifi.io.socket.SSLContextFactoryTest.testShouldVerifyKeystoreWithSameKeyPassword(SSLContextFactoryTest.groovy:113)}}{{[INFO]}}
{{[INFO] Results:}}
{{[INFO]}}
{{[ERROR] Errors:}}
{{[ERROR]
SSLContextFactoryTest.testShouldVerifyKeystoreWithDifferentKeyPassword:138 »
FileNotFound}}
{{[ERROR] SSLContextFactoryTest.testShouldVerifyKeystoreWithSameKeyPassword:113
» FileNotFound}}
{{[INFO]}}
{{[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0}}
{{[INFO]}}
{{[INFO]
------------------------------------------------------------------------}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)