You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/06 20:24:00 UTC

[jira] [Commented] (NIFI-10093) Automated Test Failure on SocketProtocolListenerTest

    [ https://issues.apache.org/jira/browse/NIFI-10093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550649#comment-17550649 ] 

ASF subversion and git services commented on NIFI-10093:
--------------------------------------------------------

Commit e618e85da72af7e5e6c8e7cd2f7a2e0fff3fbe4a in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=e618e85da7 ]

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
>          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)