This is an automated email from the ASF dual-hosted git repository.
aboda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.
from 589db71 MINIFICPP-1276 - CAPITests should clean up the temporary
files it creates
add cc412f4 MINIFICPP-1253 - Handle cycles
No new revisions were added by this update.
Summary of changes:
libminifi/include/core/Connectable.h | 6 ++
libminifi/include/core/Processor.h | 31 +++++--
libminifi/include/core/ProcessorNode.h | 4 +
libminifi/include/utils/Id.h | 4 +-
libminifi/src/SchedulingAgent.cpp | 2 +-
libminifi/src/core/Connectable.cpp | 9 +-
libminifi/src/core/ProcessSession.cpp | 4 +-
libminifi/src/core/Processor.cpp | 131 +++++++++++++++++++++++++--
libminifi/test/flow-tests/CMakeLists.txt | 15 ++-
libminifi/test/flow-tests/CustomProcessors.h | 108 ++++++++++++++++++++++
libminifi/test/flow-tests/CycleTest.cpp | 125 +++++++++++++++++++++++++
libminifi/test/flow-tests/FlowBuilder.h | 64 +++++++++++++
libminifi/test/flow-tests/LoopTest.cpp | 102 +++++++++++++++++++++
libminifi/test/flow-tests/MultiLoopTest.cpp | 110 ++++++++++++++++++++++
14 files changed, 693 insertions(+), 22 deletions(-)
create mode 100644 libminifi/test/flow-tests/CustomProcessors.h
create mode 100644 libminifi/test/flow-tests/CycleTest.cpp
create mode 100644 libminifi/test/flow-tests/FlowBuilder.h
create mode 100644 libminifi/test/flow-tests/LoopTest.cpp
create mode 100644 libminifi/test/flow-tests/MultiLoopTest.cpp