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 d6912551b MINIFICPP-2010 Disable systemd on non-linux remove option
from bootstrap UI
new cfe582672 MINIFICPP-1932 Increase the timeout in TailFileTest from 2s
to the default 10s
new a8b0e0c59 MINIFICPP-2012 fix CWEL leak on empty domain lookup
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:
.../tests/integration/TailFileTest.cpp | 7 +---
libminifi/include/utils/IntegrationTestUtils.h | 19 ++--------
libminifi/src/utils/OsUtils.cpp | 1 -
libminifi/test/unit/OsUtilTests.cpp | 44 ++++++++++++++++++++++
4 files changed, 50 insertions(+), 21 deletions(-)
create mode 100644 libminifi/test/unit/OsUtilTests.cpp