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 189b1bd  MINIFICPP-1280 - StringUtils::replaceAll hangs in case 
from_string is empty
     new 1e5e3ae  MINIFICPP-1274 - Commit delete operation before shutdown
     new ff785ce  MINIFICPP-1273 - Drain connections on flow shutdown
     new 589db71  MINIFICPP-1276 - CAPITests should clean up the temporary 
files it creates

The 3 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:
 CMakeLists.txt                                     |   2 +
 extensions/rocksdb-repos/FlowFileRepository.cpp    |   1 +
 libminifi/include/Connection.h                     |   2 +-
 libminifi/include/core/ProcessGroup.h              |   2 +
 libminifi/include/core/Repository.h                |   2 +-
 libminifi/src/Connection.cpp                       |  10 +-
 libminifi/src/FlowController.cpp                   |   5 +-
 libminifi/src/core/ProcessGroup.cpp                |  19 +++-
 .../test/flow-tests}/CMakeLists.txt                |  19 ++--
 libminifi/test/flow-tests/FlowControllerTests.cpp  | 125 +++++++++++++++++++++
 libminifi/test/rocksdb-tests/RepoTests.cpp         |  81 +++++++++++++
 nanofi/include/api/nanofi.h                        |   6 +-
 nanofi/src/api/nanofi.cpp                          |   4 +-
 nanofi/tests/CAPITests.cpp                         |  14 +--
 14 files changed, 254 insertions(+), 38 deletions(-)
 copy {extensions/librdkafka/tests => libminifi/test/flow-tests}/CMakeLists.txt 
(63%)
 create mode 100644 libminifi/test/flow-tests/FlowControllerTests.cpp

Reply via email to