You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2020/03/27 13:50:00 UTC

[jira] [Resolved] (NIFI-7288) Unreliable test TestListenHTTP testPOSTRequestsReceivedReturnCodeWithoutEL on slow build environments

     [ https://issues.apache.org/jira/browse/NIFI-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Witt resolved NIFI-7288.
----------------------------
    Fix Version/s:     (was: 1.12.0)
       Resolution: Won't Fix

> Unreliable test TestListenHTTP testPOSTRequestsReceivedReturnCodeWithoutEL on slow build environments
> -----------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-7288
>                 URL: https://issues.apache.org/jira/browse/NIFI-7288
>             Project: Apache NiFi
>          Issue Type: Task
>            Reporter: Joe Witt
>            Assignee: Joe Witt
>            Priority: Major
>
> https://github.com/apache/nifi/runs/536694505?check_suite_focus=true
> [ERROR] Errors: 
> [ERROR]   TestListenHTTP.testPOSTRequestsReceivedReturnCodeWithoutEL:120->testPOSTRequestsReceived:317->startWebServerAndSendMessages:364->startWebServerAndSendRequests:331 ยป IO
> [ERROR] Tests run: 1500, Failures: 0, Errors: 1, Skipped: 23
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project nifi-standard-processors: There are test failures.
> [ERROR] 
> [ERROR] Please refer to /Users/runner/runners/2.165.2/work/nifi/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/target/surefire-reports for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <args> -rf :nifi-standard-processors
> ##[error]Process completed with exit code 1.
> [ERROR] Tests run: 14, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.074 s <<< FAILURE! - in org.apache.nifi.processors.standard.TestListenHTTP
> [ERROR] testPOSTRequestsReceivedReturnCodeWithoutEL(org.apache.nifi.processors.standard.TestListenHTTP)  Time elapsed: 0.023 s  <<< ERROR!
> java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:50383
> 	at org.apache.nifi.processors.standard.TestListenHTTP.startWebServerAndSendRequests(TestListenHTTP.java:331)
> 	at org.apache.nifi.processors.standard.TestListenHTTP.startWebServerAndSendMessages(TestListenHTTP.java:364)
> 	at org.apache.nifi.processors.standard.TestListenHTTP.testPOSTRequestsReceived(TestListenHTTP.java:317)
> 	at org.apache.nifi.processors.standard.TestListenHTTP.testPOSTRequestsReceivedReturnCodeWithoutEL(TestListenHTTP.java:120)
> Caused by: java.net.BindException: Address already in use
> 	at org.apache.nifi.processors.standard.TestListenHTTP.startWebServerAndSendRequests(TestListenHTTP.java:331)
> 	at org.apache.nifi.processors.standard.TestListenHTTP.startWebServerAndSendMessages(TestListenHTTP.java:364)
> 	at org.apache.nifi.processors.standard.TestListenHTTP.testPOSTRequestsReceived(TestListenHTTP.java:317)
> 	at org.apache.nifi.processors.standard.TestListenHTTP.testPOSTRequestsReceivedReturnCodeWithoutEL(TestListenHTTP.java:120)



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