David Handermann created NIFI-10076:
---------------------------------------
Summary: Intermittent Failures in TestListSFTP
Key: NIFI-10076
URL: https://issues.apache.org/jira/browse/NIFI-10076
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.16.2
Reporter: David Handermann
Assignee: David Handermann
The {{TestListSFTP}} class fails intermittently on automated builds with
connection timeout errors. The test SFTP server lifecycle should be evaluated
to improve reliability.
{noformat}
Error:
org.apache.nifi.processors.standard.TestListSFTP.testRunWithRecordWriter Time
elapsed: 0.029 s <<< ERROR!
org.apache.nifi.processors.standard.socket.ClientConnectException: SSH Client
connection failed [127.0.0.1:38771]
at
org.apache.nifi.processors.standard.TestListSFTP.assertVerificationSuccess(TestListSFTP.java:184)
at
org.apache.nifi.processors.standard.TestListSFTP.setUp(TestListSFTP.java:77)
Caused by: net.schmizz.sshj.transport.TransportException: Timeout expired
at
org.apache.nifi.processors.standard.TestListSFTP.assertVerificationSuccess(TestListSFTP.java:184)
at
org.apache.nifi.processors.standard.TestListSFTP.setUp(TestListSFTP.java:77)
Caused by: java.util.concurrent.TimeoutException: Timeout expired
at
org.apache.nifi.processors.standard.TestListSFTP.assertVerificationSuccess(TestListSFTP.java:184)
at
org.apache.nifi.processors.standard.TestListSFTP.setUp(TestListSFTP.java:77)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)