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 2021/09/17 11:29:47 UTC

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1173: MINIFICPP-1458-Register and test hidden InvokeHTTP properties

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



##########
File path: docker/test/integration/features/http.feature
##########
@@ -23,7 +22,6 @@ Feature: Sending data using InvokeHTTP to a receiver using ListenHTTP
 
   Scenario: A MiNiFi instance sends data through a HTTP proxy and another one listens
     Given a GetFile processor with the "Input Directory" property set to "/tmp/input"
-    And the "Keep Source File" property of the GetFile processor is set to "true"

Review comment:
       As far as I remember these were kept here to avoid flakiness. It could happen that the due to some environment issues the first HTTP request times out or fails in that case after the next GetFile invocation can still succeed and the test case succeeds. If this is removed the GetFile only runs once.




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