Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.16.2
-
None
Description
A recent automated build on GitHub macOS JDK 8 resulted in the following test failure:
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)
The test configures a timeout of one second for socket operations, which may not be sufficient for GitHub automated builds.
Attachments
Issue Links
- links to