This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 10911ecdc MINIFICPP-2452 Modbus, Elasticsearch and OPC docker tests
not running in CI
new 1eccfd8a2 MINIFICPP-2447 Include the Python processor version in the
manifest
new 66e465d9b MINIFICPP-2453 Add yield function support to python API
new a6ef49d7a MINIFICPP-2456 Remove curl output from Elasticsearch
responses
new 0359e1be1 MINIFICPP-2460 Add tests for S2S tests using SSL
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docker/test/integration/cluster/ContainerStore.py | 10 +-
.../test/integration/cluster/DockerTestCluster.py | 3 +
.../cluster/DockerTestDirectoryBindings.py | 121 ++++++++----
.../cluster/checkers/ElasticSearchChecker.py | 14 +-
.../cluster/containers/MinifiContainer.py | 5 +-
.../cluster/containers/NifiContainer.py | 61 ++++--
docker/test/integration/convert_cert_to_jks.sh | 45 +++++
.../features/MiNiFi_integration_test_driver.py | 62 +-----
docker/test/integration/features/environment.py | 7 +-
docker/test/integration/features/s2s.feature | 78 +++++++-
docker/test/integration/features/steps/steps.py | 44 ++++-
docker/test/integration/features/utils.py | 2 +-
docker/test/integration/minifi/core/InputPort.py | 3 +
.../integration/minifi/core/RemoteProcessGroup.py | 4 +
.../Minifi_flow_json_serializer.py | 3 +-
.../Minifi_flow_yaml_serializer.py | 2 +-
.../integration/resources/python/CreateNothing.py | 1 +
extensions/python/ExecutePythonProcessor.h | 9 +
extensions/python/PythonCreator.h | 2 +-
extensions/python/PythonProcessor.cpp | 4 +
extensions/python/PythonProcessor.h | 2 +
.../pythonprocessors/nifiapi/processorbase.py | 3 +
.../python/pythonprocessors/nifiapi/properties.py | 3 +
extensions/python/tests/CMakeLists.txt | 1 +
extensions/python/tests/PythonManifestTests.cpp | 212 +++++++++++++++++----
extensions/python/types/PyProcessContext.cpp | 13 ++
extensions/python/types/PyProcessContext.h | 1 +
extensions/python/types/PyProcessor.cpp | 16 ++
extensions/python/types/PyProcessor.h | 1 +
libminifi/src/RemoteProcessorGroupPort.cpp | 1 +
libminifi/src/core/flow/FlowSchema.cpp | 2 +-
libminifi/test/libtest/unit/TestUtils.h | 12 ++
32 files changed, 579 insertions(+), 168 deletions(-)
create mode 100755 docker/test/integration/convert_cert_to_jks.sh