pvillard31 commented on code in PR #10249:
URL: https://github.com/apache/nifi/pull/10249#discussion_r2352739169
##########
nifi-system-tests/nifi-system-test-suite/src/test/java/org/apache/nifi/tests/system/clustering/FlowSynchronizationIT.java:
##########
@@ -606,9 +606,14 @@ public void
testAddControllerServiceReferencingExistingService() throws NiFiClie
// Delete the CountFlowFiles processor, and countB and countC
services, disable A.
getClientUtil().stopProcessor(countFlowFiles);
+ // Ensure the processor has fully stopped before disabling services to
avoid race conditions
+ getClientUtil().waitForStoppedProcessor(countFlowFiles.getId());
Review Comment:
The test was systematically failing after the upgrade to Jetty 12.1. It may
have been because of the virtual threads because it seems to be working fine
now that I reverted the change. Will revert here as well.
--
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]