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 4be2c2e18 MINIFICPP-2671 Various ASan fixes
     new f34569ee1 MINIFICPP-2665 Move OPC UA tests to modular docker tests
     new 85fb25d55 MINIFICPP-2676 Variable Registry refactor
     new a378b2ca7 MINIFICPP-2691 Fixing LogMetricsPublisher intermittent 
failure
     new 9574ad623 MINIFICPP-2692 Fix flow file removal for volatile 
repositories

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:
 EXPRESSIONS.md                                     |  10 ++
 .../minifi_test_framework/containers/container.py  |  22 +++--
 .../minifi_test_framework/containers/host_file.py  |   4 +-
 .../containers/minifi_container.py                 |  13 ++-
 .../src/minifi_test_framework/core/helpers.py      |   3 +-
 .../src/minifi_test_framework/core/hooks.py        |  45 +++++----
 .../core/minifi_test_context.py                    |  23 ++++-
 .../minifi_test_framework/steps/checking_steps.py  |  69 ++++++++------
 .../steps/configuration_steps.py                   |  10 +-
 .../src/minifi_test_framework/steps/core_steps.py  |  34 +++++--
 .../steps/flow_building_steps.py                   | 101 ++++++++++++++-------
 core-framework/include/core/VariableRegistry.h     |  60 +++++-------
 docker/RunBehaveTests.sh                           |   3 +-
 docker/test/integration/cluster/ContainerStore.py  |   9 --
 .../cluster/DockerTestDirectoryBindings.py         |   1 -
 docker/test/integration/features/http.feature      |   2 +-
 docker/test/integration/features/https.feature     |   2 +-
 docker/test/integration/features/steps/steps.py    |  18 +---
 extensions/aws/tests/features/steps/steps.py       |  14 +--
 extensions/azure/tests/features/steps/steps.py     |  38 ++++----
 .../{aws => opc}/tests/features/environment.py     |   5 +-
 .../opc/tests}/features/opcua.feature              |  84 ++++++++++-------
 .../features/resources}/opcua_client_cert.der      | Bin
 .../tests/features/resources}/opcua_client_key.der | Bin
 .../features/steps/opc_ua_server_container.py      |  32 +++----
 extensions/opc/tests/features/steps/steps.py       |  47 ++++++++++
 extensions/sql/tests/features/steps/steps.py       |  12 +--
 .../tests/features/repository.feature              |  28 +++---
 .../tests/features/steps/steps.py                  |   4 +-
 .../tests/features/steps/syslog_container.py       |   2 +-
 libminifi/src/Configuration.cpp                    |   4 +-
 libminifi/src/core/ProcessSession.cpp              |  11 ++-
 libminifi/src/expression-language/Expression.cpp   |  17 ++--
 libminifi/test/unit/ExpressionLanguageTests.cpp    |  26 ++++++
 libminifi/test/unit/LogMetricsPublisherTests.cpp   |  33 +++----
 libminifi/test/unit/ProcessContextExprTests.cpp    |  31 +++++++
 libminifi/test/unit/VariableRegistryTests.cpp      |  90 ++++++++++++++++++
 .../include/minifi-cpp/core/VariableRegistry.h     |   2 +-
 .../include/minifi-cpp/properties/Configuration.h  |   4 +
 39 files changed, 613 insertions(+), 300 deletions(-)
 copy extensions/{aws => opc}/tests/features/environment.py (86%)
 rename {docker/test/integration => 
extensions/opc/tests}/features/opcua.feature (69%)
 rename {docker/test/integration/resources/opcua => 
extensions/opc/tests/features/resources}/opcua_client_cert.der (100%)
 rename {docker/test/integration/resources/opcua => 
extensions/opc/tests/features/resources}/opcua_client_key.der (100%)
 rename docker/test/integration/cluster/containers/OPCUAServerContainer.py => 
extensions/opc/tests/features/steps/opc_ua_server_container.py (52%)
 create mode 100644 extensions/opc/tests/features/steps/steps.py
 copy docker/test/integration/features/python_script.feature => 
extensions/standard-processors/tests/features/repository.feature (56%)
 create mode 100644 libminifi/test/unit/VariableRegistryTests.cpp

Reply via email to