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 7feeedd MINIFICPP-1296 - All tests should use volatile state storage
add 1d43069 MINIFICPP-1424 Stabilize several flaky test suites
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +-
docker/fedora/Dockerfile | 6 ++-
extensions/rocksdb-repos/FlowFileRepository.cpp | 6 +--
extensions/rocksdb-repos/FlowFileRepository.h | 6 ++-
.../standard-processors/processors/GetTCP.cpp | 9 +++-
.../tests/integration/SecureSocketGetTCPTest.cpp | 3 +-
.../standard-processors/tests/unit/GetTCPTests.cpp | 21 +++++----
.../tests/unit/TailFileTests.cpp | 33 ++++++++-----
libminifi/include/io/tls/TLSServerSocket.h | 7 ++-
libminifi/include/utils/IntegrationTestUtils.h | 7 ++-
libminifi/src/io/ClientSocket.cpp | 12 ++++-
libminifi/src/io/tls/TLSServerSocket.cpp | 8 ++--
libminifi/test/flow-tests/CycleTest.cpp | 10 ++++
libminifi/test/flow-tests/FlowControllerTests.cpp | 18 +++++--
libminifi/test/flow-tests/LoopTest.cpp | 10 ++++
libminifi/test/flow-tests/MultiLoopTest.cpp | 10 ++++
libminifi/test/flow-tests/SessionTests.cpp | 11 ++++-
.../test/persistence-tests/PersistenceTests.cpp | 40 ++++++++++++----
.../rocksdb-tests/DBProvenanceRepositoryTests.cpp | 2 -
libminifi/test/rocksdb-tests/RepoTests.cpp | 55 ++++++++++++++--------
libminifi/test/unit/FileUtilsTests.cpp | 7 +++
21 files changed, 207 insertions(+), 76 deletions(-)