You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marco Gaido (JIRA)" <ji...@apache.org> on 2018/01/10 13:59:00 UTC

[jira] [Commented] (NIFI-4760) TestListenSMTP tests fail on OSX

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

Marco Gaido commented on NIFI-4760:
-----------------------------------

I tried it and it works for me on OSX High Sierra. I am not sure about the reason of the failure. May you debug a bit more the test to provide some further insights? Thanks.

> TestListenSMTP tests fail on OSX
> --------------------------------
>
>                 Key: NIFI-4760
>                 URL: https://issues.apache.org/jira/browse/NIFI-4760
>             Project: Apache NiFi
>          Issue Type: Test
>    Affects Versions: 1.5.0
>            Reporter: Jeff Zemerick
>            Priority: Minor
>
> When building 1.5.0 on OSX High Sierra with the following command:
> mvn clean install -Pcontrib-check
> (At first I thought it was because I was doing -T 1C but it fails without parallel, too.)
> Some tests in TestListenSMTP reliably fail:
> Results :
> Failed tests: 
>   TestListenSMTP.validateSuccessfulInteraction:88
>   TestListenSMTP.validateSuccessfulInteractionWithTls:150
>   TestListenSMTP.validateTooLargeMessage:192
> The relevant test output:
> validateSuccessfulInteraction(org.apache.nifi.processors.email.TestListenSMTP)  Time elapsed: 15.069 sec  <<< FAILURE!
> java.lang.AssertionError
> 	at org.apache.nifi.processors.email.TestListenSMTP.validateSuccessfulInteraction(TestListenSMTP.java:88)
> validateSuccessfulInteractionWithTls(org.apache.nifi.processors.email.TestListenSMTP)  Time elapsed: 16.514 sec  <<< FAILURE!
> java.lang.AssertionError
> 	at org.apache.nifi.processors.email.TestListenSMTP.validateSuccessfulInteractionWithTls(TestListenSMTP.java:150)
> validateTooLargeMessage(org.apache.nifi.processors.email.TestListenSMTP)  Time elapsed: 21.516 sec  <<< FAILURE!
> java.lang.AssertionError
> 	at org.apache.nifi.processors.email.TestListenSMTP.validateTooLargeMessage(TestListenSMTP.java:192)



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