lordgamez commented on code in PR #2041:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2041#discussion_r2405895532
##########
docker/test/integration/features/python.feature:
##########
@@ -269,3 +269,12 @@ Feature: MiNiFi can use python processors in its flows
When all instances start up
Then the Minifi logs contain the following message: "Static Property
value: static value" in less than 60 seconds
And the Minifi logs contain the following message: "Dynamic Property
value: dynamic value" in less than 60 seconds
+
+ Scenario: MiNiFi C++ allows NiFi python processors to use property
validators for expression language enabled properties
+ Given a GenerateFlowFile processor with the "File Size" property set to
"0B"
+ And a ExpressionLanguagePropertyWithValidator processor with the "Integer
Property" property set to "42"
+ And the "success" relationship of the GenerateFlowFile processor is
connected to the ExpressionLanguagePropertyWithValidator
+ And python processors without dependencies are present on the MiNiFi agent
+
+ When all instances start up
+ Then the Minifi logs contain the following message: "Integer Property
value: 42" in less than 60 seconds
Review Comment:
Added in
https://github.com/apache/nifi-minifi-cpp/pull/2041/commits/3bf49a0613b087ebf8eccebc201b08cbee77226c
--
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]