markap14 commented on code in PR #7299:
URL: https://github.com/apache/nifi/pull/7299#discussion_r1212309579
##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestListenUDP.java:
##########
@@ -173,7 +170,7 @@ public void testRunWhenNoEventsAvailable() {
@Test
public void testWithSendingHostAndPortSameAsSender() throws IOException,
InterruptedException {
- final Integer sendingPort = NetworkUtils.getAvailableUdpPort();
+ final int sendingPort = 27911;
Review Comment:
Good catch, I meant to come back to that one, as I wasn't 100% sure what was
happening there. Will address, though.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]