You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/04/06 12:11:33 UTC

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a diff in pull request #1294: MINIFICPP-1771: Reworked ListenSyslog

adamdebreceni commented on code in PR #1294:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1294#discussion_r843870905


##########
docker/test/integration/steps/steps.py:
##########
@@ -621,6 +626,11 @@ def step_impl(context, num_flowfiles, duration):
     context.test.check_for_num_files_generated(int(num_flowfiles), timeparse(duration))
 
 
+@then("at least one flowfile is placed in the monitored directory in less than {duration}")
+def step_impl(context, duration):
+    context.test.check_for_num_files_generated(1, timeparse(duration))

Review Comment:
   doesn't this look for exactly one file?



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org