Could you additionally specify your environment? mvn -version should be sufficient.
I feel like we have seen this intermittently on Windows with certain JDK updates. On Tue, Feb 21, 2017 at 2:06 PM, Joe Witt <[email protected]> wrote: > Chris, > > Can you look for additional information in the test logs....i've not > seen this behavior before on these processors. That they're all > failing at around 15/16 seconds is interesting too as this is not a > typical timeout value. That said each does is setting a 10 second > timeout. Anyway, lets see what else we can get out of the logs. > > Thanks > Joe > > On Tue, Feb 21, 2017 at 1:57 PM, Chris Herrera > <[email protected]> wrote: > > Hi All, > > > > Apologies for apparently going braindead…I’m sure I’m doing something > silly…. I am in the process of starting to work on some custom processors > and controller services, and I am running into an issue with a few tests in > the email processor. > > > > Specifically org.apache.nifi.processors.email.TestListenSMTP is timing > out on validateSuccesfulInteraction… when stepping through it seems as if > it is timing out. However, I also see that there is a test smtp server that > should be stood up for the test…has anyone run into this before. > > > > Thanks a lot! > > Chris Herrera > > > > Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 48.071 > sec <<< FAILURE! - in org.apache.nifi.processors.email.TestListenSMTP > > validateSuccessfulInteraction(org.apache.nifi.processors.email.TestListenSMTP) > Time elapsed: 15.04 sec <<< FAILURE! > > java.lang.AssertionError: null > > at org.junit.Assert.fail(Assert.java:86) > > at org.junit.Assert.assertTrue(Assert.java:41) > > at org.junit.Assert.assertTrue(Assert.java:52) > > at org.apache.nifi.processors.email.TestListenSMTP. > validateSuccessfulInteraction(TestListenSMTP.java:91) > > > > validateSuccessfulInteractionWithTls(org.apache.nifi.processors.email.TestListenSMTP) > Time elapsed: 16.518 sec <<< FAILURE! > > java.lang.AssertionError: null > > at org.junit.Assert.fail(Assert.java:86) > > at org.junit.Assert.assertTrue(Assert.java:41) > > at org.junit.Assert.assertTrue(Assert.java:52) > > at org.apache.nifi.processors.email.TestListenSMTP. > validateSuccessfulInteractionWithTls(TestListenSMTP.java:157) > > > > validateTooLargeMessage(org.apache.nifi.processors.email.TestListenSMTP) > Time elapsed: 16.513 sec <<< FAILURE! > > java.lang.AssertionError: null > > at org.junit.Assert.fail(Assert.java:86) > > at org.junit.Assert.assertTrue(Assert.java:41) > > at org.junit.Assert.assertTrue(Assert.java:52) > > at org.apache.nifi.processors.email.TestListenSMTP. > validateTooLargeMessage(TestListenSMTP.java:203) > > >
