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 d7ee68e74 MINIFICPP-2624 Modularized behave tests part 1
new 26efc3d70 MINIFICPP-2670 Clean up volatile repositories
new 4be2c2e18 MINIFICPP-2671 Various ASan fixes
The 2 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:
CONFIGURE.md | 23 +-
encrypt-config/FlowConfigEncryptor.cpp | 1 -
extensions/libarchive/UnfocusArchiveEntry.cpp | 7 +-
extensions/rocksdb-repos/tests/ProvenanceTests.cpp | 2 +-
extensions/rocksdb-repos/tests/RepoTests.cpp | 20 +-
extensions/splunk/tests/MockSplunkHEC.h | 3 +-
.../tests/unit/AttributesToJSONTests.cpp | 2 +-
.../repository/LegacyVolatileContentRepository.h | 107 ---------
...enanceRepository.h => NoOpThreadedRepository.h} | 35 +--
.../core/repository/VolatileFlowFileRepository.h | 96 --------
libminifi/src/Configuration.cpp | 5 -
libminifi/src/core/RepositoryFactory.cpp | 42 +---
.../repository/LegacyVolatileContentRepository.cpp | 159 -------------
libminifi/test/flow-tests/SessionTests.cpp | 1 -
.../integration/ConnectionCountingServer.cpp | 7 +-
libminifi/test/libtest/unit/ProvenanceTestHelper.h | 17 --
libminifi/test/libtest/unit/TestBase.cpp | 35 +--
libminifi/test/libtest/unit/TestBase.h | 2 +-
.../test/persistence-tests/PersistenceTests.cpp | 1 -
libminifi/test/unit/FlowFileQueueSwapTests.cpp | 1 +
libminifi/test/unit/MetricsTests.cpp | 41 ----
libminifi/test/unit/ProcessSessionTests.cpp | 45 ----
libminifi/test/unit/SiteToSiteTests.cpp | 1 +
.../performance/VolatileRepositoryPerfTests.cpp | 258 ---------------------
.../include/minifi-cpp/properties/Configuration.h | 5 -
minifi_main/MiNiFiMain.cpp | 4 +-
26 files changed, 64 insertions(+), 856 deletions(-)
delete mode 100644
libminifi/include/core/repository/LegacyVolatileContentRepository.h
copy libminifi/include/core/repository/{VolatileProvenanceRepository.h =>
NoOpThreadedRepository.h} (55%)
delete mode 100644
libminifi/include/core/repository/VolatileFlowFileRepository.h
delete mode 100644
libminifi/src/core/repository/LegacyVolatileContentRepository.cpp
delete mode 100644
libminifi/test/unit/performance/VolatileRepositoryPerfTests.cpp