AxelSync commented on a change in pull request #3633: NIFI-6523 MergeRecords 
properties should accept expression language variables
URL: https://github.com/apache/nifi/pull/3633#discussion_r310379455
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestMergeRecord.java
 ##########
 @@ -486,104 +749,4 @@ public void testDefragmentExpiredBinFailsOnTimeout() 
throws InterruptedException
         runner.assertTransferCount(MergeRecord.REL_ORIGINAL, 0);
         runner.assertTransferCount(MergeRecord.REL_FAILURE, 1);
     }
-
-    @Test
-    public void testMergeWithMinRecordsFromVariableRegistry() {
 
 Review comment:
   This is not duty of `testMinRecords()` and `testMaxRecords()`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to