ottobackwards commented on a change in pull request #4155: NIFI-7274 add time
for test conditions to be met
URL: https://github.com/apache/nifi/pull/4155#discussion_r396100586
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/scheduling/TestStandardProcessScheduler.java
##########
@@ -633,7 +633,9 @@ public void testProcessorTimeOutNoResponseToInterrupt()
throws InterruptedExcept
procNode.performValidation();
scheduler.startProcessor(procNode, true);
Review comment:
Should there be a max number of sleeps so that this may not loop forever?
It may not happen now, but in the future it may be possible after a change
right?
----------------------------------------------------------------
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