David Handermann created NIFI-9942:
--------------------------------------
Summary: Remove Load Test method from TestPutUDP
Key: NIFI-9942
URL: https://issues.apache.org/jira/browse/NIFI-9942
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions, Tools and Build
Reporter: David Handermann
The {{TestPutUDP}} class includes a method that tests sending 500 messages,
requiring 500 invocations of the {{PutUDP}} processor. This kind of test is not
optimal for automated builds, and can be subject to intermittent failures, so
it should be removed.
{noformat}
Error: Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 31.211
s <<< FAILURE! - in org.apache.nifi.processors.standard.TestPutUDP
Error: org.apache.nifi.processors.standard.TestPutUDP.testLoadTest Time
elapsed: 30.107 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 30000
milliseconds
at
app//org.apache.nifi.processors.standard.TestPutUDP.checkReceivedAllData(TestPutUDP.java:229)
at
app//org.apache.nifi.processors.standard.TestPutUDP.testLoadTest(TestPutUDP.java:173)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)