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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]