This is an automated email from the ASF dual-hosted git repository.

pvillard31 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new a7e47c20617 NIFI-14126 Removed unstable 
TestPutUDP.testSendChangePropertiesAndSend (#11666)
a7e47c20617 is described below

commit a7e47c20617ff7b18950fe6789f5988bb326e34d
Author: David Handermann <[email protected]>
AuthorDate: Thu Sep 10 11:33:30 2026 -0500

    NIFI-14126 Removed unstable TestPutUDP.testSendChangePropertiesAndSend 
(#11666)
---
 .../nifi/processors/standard/TestPutUDP.java       | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestPutUDP.java
 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestPutUDP.java
index 6efe6e8906a..9ea51f93bb3 100644
--- 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestPutUDP.java
+++ 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestPutUDP.java
@@ -114,30 +114,6 @@ public class TestPutUDP {
                         + PutUDP.MAX_IPV4_UDP_PAYLOAD_LENGTH)));
     }
 
-    @Test
-    public void testSendChangePropertiesAndSend() throws Exception {
-        configureProperties();
-        sendMessages(VALID_FILES);
-        assertMessagesReceived(VALID_FILES);
-        reset();
-
-        configureProperties();
-        sendMessages(VALID_FILES);
-        assertMessagesReceived(VALID_FILES);
-        reset();
-
-        configureProperties();
-        sendMessages(VALID_FILES);
-        assertMessagesReceived(VALID_FILES);
-        runner.assertQueueEmpty();
-    }
-
-    private void reset() throws Exception {
-        runner.clearTransferState();
-        removeTestServer();
-        createTestServer(MAX_FRAME_LENGTH);
-    }
-
     private void configureProperties() {
         runner.setProperty(PutUDP.HOSTNAME, UDP_SERVER_ADDRESS);
         runner.setProperty(PutUDP.PORT, Integer.toString(port));

Reply via email to