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 2017/12/06 21:15:00 UTC

[jira] [Commented] (NIFI-4673) TestListenAndPutSyslog.testTLSListenerNoTLSPut and TestJettyWebSocket test is brittle and breaks the build

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

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

Commit a774f1df69b1d7fd6c3fda2acf7e0adf883def25 in nifi's branch refs/heads/master from [~joewitt]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=a774f1d ]

NIFI-4673 changed offending tests to be integration tests and fixed travis config to run the build only once and during appropriate script phase instead of install. Reviewed by Bende.


> TestListenAndPutSyslog.testTLSListenerNoTLSPut and TestJettyWebSocket test is brittle and breaks the build
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-4673
>                 URL: https://issues.apache.org/jira/browse/NIFI-4673
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Joseph Witt
>            Assignee: Joseph Witt
>             Fix For: 1.5.0
>
>
> {noformat}
> Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.369 sec <<< FAILURE! - in org.apache.nifi.processors.standard.TestListenAndPutSyslog
> testTLSListenerNoTLSPut(org.apache.nifi.processors.standard.TestListenAndPutSyslog)  Time elapsed: 0.029 sec  <<< FAILURE!
> java.lang.AssertionError: java.lang.NullPointerException
> 	at org.apache.nifi.processors.standard.TestListenAndPutSyslog.run(TestListenAndPutSyslog.java:155)
> 	at org.apache.nifi.processors.standard.TestListenAndPutSyslog.testTLSListenerNoTLSPut(TestListenAndPutSyslog.java:101)
> Caused by: java.lang.NullPointerException
> {noformat}
> {noformat}
> Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.177 sec <<< FAILURE! - in org.apache.nifi.websocket.jetty.TestJettyWebSocketCommunication
> testClientServerCommunicationRecovery(org.apache.nifi.websocket.jetty.TestJettyWebSocketCommunication)  Time elapsed: 0.089 sec  <<< ERROR!
> org.eclipse.jetty.websocket.api.WebSocketException: RemoteEndpoint unavailable, current state [CLOSED], expecting [OPEN or CONNECTED]
> 	at org.apache.nifi.websocket.jetty.TestJettyWebSocketCommunication.lambda$testClientServerCommunicationRecovery$16(TestJettyWebSocketCommunication.java:245)
> 	at org.apache.nifi.websocket.jetty.TestJettyWebSocketCommunication.testClientServerCommunicationRecovery(TestJettyWebSocketCommunication.java:245)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)