adam-markovics commented on a change in pull request #1252:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1252#discussion_r799252395



##########
File path: docker/test/integration/features/core_functionality.feature
##########
@@ -29,3 +29,10 @@ Feature: Core flow functionalities
     When the MiNiFi instance starts up
     Then the Minifi logs contain the following message: "Using plaintext 
FlowFileRepository" in less than 5 seconds
     And the Minifi logs contain the following message: "Using plaintext 
DatabaseContentRepository" in less than 1 second
+
+
+  Scenario: Processors are destructed when agent is stopped
+    Given a LogOnDestructionProcessor processor with the name 
"logOnDestruction" in the "transient-minifi" flow with engine "transient-minifi"
+    When the MiNiFi instance starts up
+    Then the Minifi logs contain the following message: 
"LogOnDestructionProcessor is being destructed" in less than 100 seconds
+    #TODO decrease timeout

Review comment:
       Okay, removed.




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