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



##########
File path: docker/test/integration/minifi/processors/FetchS3Object.py
##########
@@ -20,4 +20,4 @@ def __init__(self,
                 'Proxy Username': proxy_username,
                 'Proxy Password': proxy_password,
             },
-            auto_terminate=['success'])
+            auto_terminate=['failure'])

Review comment:
       The FetchS3 tests could fail at the beginning when the data is not yet 
available on the test server. As there was no failure relationship for the 
processor and was not auto-terminated it would get penalized for 30 seconds, 
and unnecessarily make the test run longer.




-- 
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]


Reply via email to