mgaido91 commented on a change in pull request #3600: NIFI-6420 Controller
Service references not properly tracked if multiple references from same
component
URL: https://github.com/apache/nifi/pull/3600#discussion_r308586376
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/integration/FrameworkIntegrationTest.java
##########
@@ -623,4 +623,24 @@ public void testReferenceCounts() {
// The counter should become 0 because now the service node is not
reference anymore in any processor property
assertEquals(0,
serviceNode.getReferences().getReferencingComponents().size());
}
+
+// @Test
Review comment:
do not comment code, remove it
----------------------------------------------------------------
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