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/07/08 22:39:26 UTC

[jira] [Created] (NIFI-7619) Resolve failing unit test due to timeout in CI/CD environment

Andy LoPresto created NIFI-7619:
-----------------------------------

             Summary: Resolve failing unit test due to timeout in CI/CD environment
                 Key: NIFI-7619
                 URL: https://issues.apache.org/jira/browse/NIFI-7619
             Project: Apache NiFi
          Issue Type: Bug
          Components: Tools and Build
    Affects Versions: 1.11.4
            Reporter: Andy LoPresto
            Assignee: Andy LoPresto


There is a test failure on MacOS JP 1.8 for GitHub Actions:

{code}
[ERROR] Tests run: 32, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 42.397 s <<< FAILURE! - in org.apache.nifi.remote.client.http.TestHttpClient
[ERROR] testReceiveTimeoutAfterDataExchange(org.apache.nifi.remote.client.http.TestHttpClient)  Time elapsed: 21.275 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.nifi.remote.client.http.TestHttpClient.testReceiveTimeoutAfterDataExchange(TestHttpClient.java:1384)

[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.454 s - in org.apache.nifi.remote.client.socket.TestSiteToSiteClient
[ERROR] Failures: 
[ERROR]   TestHttpClient.testReceiveTimeoutAfterDataExchange:1384
[ERROR] Tests run: 92, Failures: 1, Errors: 0, Skipped: 2
{code}



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