lordgamez commented on a change in pull request #1254:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1254#discussion_r800432951



##########
File path: docker/test/integration/minifi/validators/MultiFileOutputValidator.py
##########
@@ -56,7 +56,10 @@ def validate(self):
             self.file_timestamps[full_path] = os.path.getmtime(full_path)
             logging.info("New file added %s", full_path)
 
-            if len(self.file_timestamps) == self.expected_file_count:
-                return self.check_expected_content(full_dir)
+        if self.expected_file_count != 0 and len(self.file_timestamps) != 
self.expected_file_count:

Review comment:
       Sure, updated the description in 2e445dfc7c600e5ac4d72bf7a6096b1220af84fe




-- 
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-unsubscr...@nifi.apache.org

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


Reply via email to