martinzink commented on code in PR #1504:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1124785883
##########
docker/test/integration/features/python.feature:
##########
@@ -54,3 +54,11 @@ Feature: MiNiFi can use python processors in its flows
When all instances start up
Then the Minifi logs contain the following message: "Removing flow file
with UUID" in less than 30 seconds
+ Scenario: Native python processors can be stateful
+ Given a CountingProcessor processor
+ And the scheduling period of the CountingProcessor processor is set to "1
sec"
Review Comment:
sure thing, I've reduced it to 10ms
https://github.com/apache/nifi-minifi-cpp/pull/1504/commits/1a9320b4d5699a53b08ddcbb3631bc7f98c4e56a
--
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]