David Handermann created NIFI-9686:
--------------------------------------
Summary: Unstable Build due to SetSNMPIntegrationTest
Key: NIFI-9686
URL: https://issues.apache.org/jira/browse/NIFI-9686
Project: Apache NiFi
Issue Type: Bug
Components: Extensions, Tools and Build
Reporter: David Handermann
The following error output shows intermittent failures related to the
{{SetSNMPIntegrationTest}} class. The {{BindException}} indicates another
process is using the same port, which could mean that the test is not checking
for an available port, or a previous test did not close a socket correctly.
{noformat}
Error: Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.099 s
<<< FAILURE! - in org.apache.nifi.snmp.processors.SetSNMPIntegrationTest
Error: SetSNMPIntegrationTest.testSnmpSet Time elapsed: 0.003 s <<< FAILURE!
org.opentest4j.MultipleFailuresError:
Multiple Failures (2 failures)
java.lang.RuntimeException: java.net.BindException: Address already in
use (Bind failed)
java.lang.NullPointerException: <no message>
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)