[
https://issues.apache.org/jira/browse/NIFI-9686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492735#comment-17492735
]
ASF subversion and git services commented on NIFI-9686:
-------------------------------------------------------
Commit 51202d7c2d95fdb4f5d80621efe8e2d8b269bd94 in nifi's branch
refs/heads/main from Lehel
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=51202d7 ]
NIFI-9686: Renamed SNMP integration tests correctly
This closes #5769
Signed-off-by: David Handermann <[email protected]>
> 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
> Assignee: Lehel Boér
> Priority: Critical
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)