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 2020/06/17 00:46: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=17138004#comment-17138004 ] 

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

Commit c18b27af185453816dffe6e9ed22fe9be41646f6 in nifi's branch refs/heads/master from Joey Frazee
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c18b27a ]

NIFI-7540: Fix TestListenSMTP and TestListFile on macOS build environment (#4341)

* NIFI-7540: Fix TestListenSMTP and TestListFile on macOS build environment

This also fixes NIFI-4760.

* NIFI-7540: Remove duplicate mail.smtp.starttls.enable from TestListenSMTP

Signed-off-by: Andy LoPresto <al...@apache.org>

> 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: Jeffrey T. Zemerick
>            Assignee: Joey Frazee
>            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
(v8.3.4#803005)