lordgamez commented on PR #1540: URL: https://github.com/apache/nifi-minifi-cpp/pull/1540#issuecomment-1630784000
> If I rebase this on top of the current main branch, then this test fails: > > ``` > ------------------------------------------------------------------------------- > Verify multiple metric nodes in logs > ------------------------------------------------------------------------------- > /home/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/libminifi/test/unit/LogMetricsPublisherTests.cpp:77 > ............................................................................... > > /home/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/libminifi/test/unit/LogMetricsPublisherTests.cpp:77: FAILED: > due to a fatal error condition: > SIGSEGV - Segmentation violation signal > ``` Additional metrics were added for the rocksdb repositories in MINIFICPP-2022 which needs repositories to be initialized, which was missing in this PR. Fixed in 09d602981be237b3d562a6e2344d046378049fec -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
