David Handermann created NIFI-10093:
---------------------------------------
Summary: Automated Test Failure on SocketProtocolListenerTest
Key: NIFI-10093
URL: https://issues.apache.org/jira/browse/NIFI-10093
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework, Tools and Build
Affects Versions: 1.16.2
Reporter: David Handermann
Assignee: David Handermann
A recent automated build on GitHub macOS JDK 8 resulted in the following test
failure:
{noformat}
Error: Tests run: 3, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 2.114 s
<<< FAILURE! - in
org.apache.nifi.cluster.protocol.impl.SocketProtocolListenerTest
Error:
org.apache.nifi.cluster.protocol.impl.SocketProtocolListenerTest.testRequest
Time elapsed: 1.32 s <<< ERROR!
java.net.SocketException: Broken pipe (Write failed)
at
org.apache.nifi.cluster.protocol.impl.SocketProtocolListenerTest.testRequest(SocketProtocolListenerTest.java:103)
{noformat}
The test configures a timeout of one second for socket operations, which may
not be sufficient for GitHub automated builds.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)