Gábor Gyimesi created MINIFICPP-2299:
----------------------------------------
Summary: SQL tests transiently fail on MacOS in CI
Key: MINIFICPP-2299
URL: https://issues.apache.org/jira/browse/MINIFICPP-2299
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Gábor Gyimesi
SQL tests often fail with the following issue on MacOS in github actions:
/Users/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/extensions/sql/tests/QueryDatabaseTableTests.cpp:176:
FAILED:
due to unexpected exception with message:
Errorconnectingtodatabase: [iODBC][Driver Manager]dlopen(libsqlite3odbc.
so,0x0006): tried: 'libsqlite3odbc.so' (nosuchfile), '/System/Volumes/
Preboot/Cryptexes/OSlibsqlite3odbc.so' (no such file), '/Users/runner/work/
nifi-minifi-cpp/nifi-minifi-cpp/build/bin/libsqlite3odbc.so' ( (SQL state
00000)
The runner machines seem to be a bit different when the failure occurs, the
difference I found was that the installed SQLite version is 3.45.1 when the
tests fail and 3.44.2 when the tests succeed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)