greyp9 commented on a change in pull request #5829:
URL: https://github.com/apache/nifi/pull/5829#discussion_r818232036
##########
File path:
nifi-system-tests/nifi-system-test-suite/src/test/java/org/apache/nifi/tests/system/clustering/FlowSynchronizationIT.java
##########
@@ -822,8 +847,9 @@ public void
testUnnecessaryProcessorsAndConnectionsRemoved() throws NiFiClientEx
final ProcessorEntity terminate =
getClientUtil().createProcessor("TerminateFlowFile");
final ConnectionEntity connection =
getClientUtil().createConnection(generate, terminate, "success");
- getClientUtil().startProcessor(terminate);
getClientUtil().startProcessor(generate);
+ waitForMinQueueCount(connection.getId(), 1);
Review comment:
This was a weird case where the `waitForQueueCount(0)` query happened
before the generate processor fired its event.
--
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]