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

[jira] [Created] (NIFI-8654) Intermittent Test Failures in SNMP Request Tests

David Handermann created NIFI-8654:
--------------------------------------

             Summary: Intermittent Test Failures in SNMP Request Tests
                 Key: NIFI-8654
                 URL: https://issues.apache.org/jira/browse/NIFI-8654
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.14.0
            Reporter: David Handermann
            Assignee: David Handermann


Recent GitHub automated builds have failed intermittently in the SNMPV1RequestTest and SNMPV3RequestTest classes.
h5. SNMPV1RequestTest
{noformat}
Error:  Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.587 s <<< FAILURE! - in org.apache.nifi.snmp.operations.SNMPV1RequestTest
Error:  testCannotGetWriteOnlyObject(org.apache.nifi.snmp.operations.SNMPV1RequestTest)  Time elapsed: 0.006 s  <<< ERROR!
java.lang.RuntimeException: java.net.BindException: Address already in use (Bind failed)
Caused by: java.net.BindException: Address already in use (Bind failed)

Error:  testCannotGetWriteOnlyObject(org.apache.nifi.snmp.operations.SNMPV1RequestTest)  Time elapsed: 0.006 s  <<< ERROR!
java.lang.NullPointerException

Error:  Errors: 
Error:  org.apache.nifi.snmp.operations.SNMPV1RequestTest.testCannotGetWriteOnlyObject(org.apache.nifi.snmp.operations.SNMPV1RequestTest)
Error:    Run 1: SNMPV1RequestTest>SNMPRequestTest.initAgent:73 » Runtime java.net.BindExceptio...
Error:    Run 2: SNMPV1RequestTest>SNMPRequestTest.tearDown:83 » NullPointer
{noformat}

h5. SNMPV3RequestTest

{noformat}
Error:  Tests run: 9, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.706 s <<< FAILURE! - in org.apache.nifi.snmp.operations.SNMPV3RequestTest
Error:  testSnmpGetTimeoutReturnsNull(org.apache.nifi.snmp.operations.SNMPV3RequestTest)  Time elapsed: 0.005 s  <<< ERROR!
java.lang.RuntimeException: java.net.BindException: Address already in use (Bind failed)
Caused by: java.net.BindException: Address already in use (Bind failed)

Error:  testSnmpGetTimeoutReturnsNull(org.apache.nifi.snmp.operations.SNMPV3RequestTest)  Time elapsed: 0.005 s  <<< ERROR!
java.lang.NullPointerException

Error:  Errors: 
Error:  org.apache.nifi.snmp.operations.SNMPV3RequestTest.testSnmpGetTimeoutReturnsNull(org.apache.nifi.snmp.operations.SNMPV3RequestTest)
Error:    Run 1: SNMPV3RequestTest>SNMPRequestTest.initAgent:73 » Runtime java.net.BindExceptio...
Error:    Run 2: SNMPV3RequestTest>SNMPRequestTest.tearDown:83 » NullPointer
Error:  Tests run: 27, Failures: 0, Errors: 1, Skipped: 0
{noformat}




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