This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a change to branch write_test
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from 6b210f2  MINIFICPP-1310 Fix the CMakeSettings.json file used by Visual 
Studio
     add 26f9991  MINIFICPP-1281 - Use event polling instead of sleep by sync 
for simple multithreaded tests
     new d8e3fa9  gpg signing test

The 1 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:
 extensions/coap/tests/CoapC2VerifyHeartbeat.cpp    |   13 +-
 extensions/coap/tests/CoapIntegrationBase.h        |    5 +-
 .../integration/UpdateAttributeIntegrationTest.cpp |    9 +-
 extensions/http-curl/tests/C2FailedUpdateTest.cpp  |    1 +
 extensions/http-curl/tests/C2JstackTest.cpp        |    4 +-
 extensions/http-curl/tests/C2NullConfiguration.cpp |    7 +-
 extensions/http-curl/tests/C2UpdateAgentTest.cpp   |    2 +-
 extensions/http-curl/tests/C2UpdateTest.cpp        |    1 +
 .../http-curl/tests/C2VerifyHeartbeatAndStop.cpp   |   11 +-
 .../http-curl/tests/C2VerifyServeResults.cpp       |    7 +-
 .../tests/ControllerServiceIntegrationTests.cpp    |   22 +-
 extensions/http-curl/tests/HTTPIntegrationBase.h   |   15 +-
 extensions/http-curl/tests/HTTPSiteToSiteTests.cpp |    5 +-
 .../http-curl/tests/HttpGetIntegrationTest.cpp     |   30 +-
 .../http-curl/tests/HttpPostIntegrationTest.cpp    |    9 +-
 extensions/http-curl/tests/SiteToSiteRestTest.cpp  |    8 +-
 extensions/http-curl/tests/ThreadPoolAdjust.cpp    |    9 +-
 .../http-curl/tests/TimeoutHTTPSiteToSiteTests.cpp |    5 +-
 .../http-curl/tests/VerifyInvokeHTTPTest.cpp       |   50 +-
 .../tests/PublishKafkaOnScheduleTests.cpp          |   46 +-
 .../tests/integration/SecureSocketGetTCPTest.cpp   |    4 +-
 .../tests/integration/TailFileTest.cpp             |    9 +-
 .../tests/unit/GetFileTests.cpp                    |    2 -
 libminifi/include/utils/IntegrationTestUtils.h     |   61 +
 libminifi/test/integration/IntegrationBase.h       |    8 +-
 .../integration/OnScheduleErrorHandlingTests.cpp   |   45 +-
 .../test/integration/ProvenanceReportingTest.cpp   |   12 +-
 libminifi/test/pcap-tests/PcapTest.cpp             |   12 +-
 libminifi/test/sensors-tests/SensorTests.cpp       |    4 +-
 libminifi/test/unit/BackTraceTests.cpp             |    4 +-
 libminifi/test/unit/MinifiConcurrentQueueTests.cpp |   37 +-
 msi/LICENSE.txt                                    | 1634 +-------------------
 32 files changed, 282 insertions(+), 1809 deletions(-)
 create mode 100644 libminifi/include/utils/IntegrationTestUtils.h
 mode change 100644 => 120000 msi/LICENSE.txt

Reply via email to