[
https://issues.apache.org/jira/browse/NIFI-10093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553664#comment-17553664
]
ASF subversion and git services commented on NIFI-10093:
--------------------------------------------------------
Commit 8f7a598ccc3e4f4c16d953ff727cd3599be8a535 in nifi's branch
refs/heads/support/nifi-1.16 from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8f7a598ccc ]
NIFI-10093 Set timeout to 5 seconds on SocketProtocolListenerTest (#6101)
> 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
> Priority: Minor
> Fix For: 1.17.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)