[
https://issues.apache.org/jira/browse/NIFI-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320303#comment-16320303
]
Jeff Zemerick commented on NIFI-4760:
-------------------------------------
There are a few timeouts in those tests. I am guessing it is related to those.
Each assert that fails is the assertTrue(complete) in the three tests. The
tests also fail in Eclipse. I will try to look more when I have more time.
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T03:58:13-04:00)
Maven home: /usr/local/Cellar/maven/3.5.2/libexec
Java version: 1.8.0_144, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.1", arch: "x86_64", family: "mac"
> 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)