lordgamez commented on code in PR #2103:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2103#discussion_r2889992845
##########
behave_framework/src/minifi_test_framework/containers/minifi_container.py:
##########
@@ -217,3 +223,9 @@ def create_debug_bundle(self) -> bool:
(code, _) = self.exec_run(["test", "-f", "/tmp/debug.tar.gz"])
return code == 0
+
+ def add_example_python_processors(self):
Review Comment:
That's kind of true, I was also thinking about this and the example python
processors are part of the docker image even when no python processor extension
is built, so it does not depend on the python extension, so it could be still
here. I am not sure The behave step calling this is only part of the python
extension though. I am not against moving it to the extension, but I am not
sure if there is a clean way to do it. I am open for any suggestions, otherwise
I would keep it here for now.
--
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]