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)

Reply via email to