adarmiento commented on a change in pull request #3700: NIFI-6638: Empty
multiple queues at once at different flow levels
URL: https://github.com/apache/nifi/pull/3700#discussion_r333188627
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/queue/clustered/TestSwappablePriorityQueue.java
##########
@@ -406,7 +406,7 @@ public void testDropSwappedFlowFiles() {
}
assertEquals(2, swapManager.swappedOut.size());
- final DropFlowFileRequest request = new DropFlowFileRequest("Unit
Test");
+ final DropFlowFileRequest request = new DropFlowFileRequest("Unit
Test", "Unit Test");
Review comment:
Please add a unit test enforcing the correct behavior when request contains
multiple entries with different names, then calling the dropFlowFiles with one
of them leave the other with different names in their place
----------------------------------------------------------------
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