You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andy LoPresto (Jira)" <ji...@apache.org> on 2020/06/16 21:15:00 UTC

[jira] [Created] (NIFI-7541) TestListenSMTP is failing on Windows CI build

Andy LoPresto created NIFI-7541:
-----------------------------------

             Summary: TestListenSMTP is failing on Windows CI build
                 Key: NIFI-7541
                 URL: https://issues.apache.org/jira/browse/NIFI-7541
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions, Tools and Build
    Affects Versions: 1.11.4
            Reporter: Andy LoPresto
            Assignee: Andy LoPresto


The Windows Java 1.8 build is failing on GitHub Actions due to:

 
{code:java}
[ERROR] Failures: 
[ERROR]   TestListenSMTP.validateSuccessfulInteraction:87
[ERROR]   TestListenSMTP.validateSuccessfulInteractionWithTls:150
[ERROR]   TestListenSMTP.validateTooLargeMessage:192
[ERROR] Tests run: 17, Failures: 3, Errors: 0, Skipped: 0
 {code}
As this is not failing on any other OS and it is similar to an issue I recently saw in a PR, I believe this is due to the test runner shutdown not completing in the allowed wait duration. I don't have a local Windows system to test on, but I'll submit a PR expanding this timeout on Windows and see if the GitHub Actions pass. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)