You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the unit tests are run outside the build directory, e.g.: ./build/unitTest instead of cd build && ./unitTest
you will get 11 failures related to missing schema files.
This is caused by relative paths being used in the schema unit tests.
An error example:
/home/lion/yscope/clp-ffi-go/cpp/clp/components/core/tests/test-Grep.cpp:21: FAILED:
due to unexpected exception with message:
ReaderInterface operation failed
[2023-05-20 23:25:59.016] [info] [test-ParserWithUserSchema.cpp:72] File not found: /home/lion/yscope/clp-ffi-go/cpp/clp/components/tests/test_schema_files/missing_schema.txt
Bug
If the unit tests are run outside the build directory, e.g.:
./build/unitTest
instead ofcd build && ./unitTest
you will get 11 failures related to missing schema files.
This is caused by relative paths being used in the schema unit tests.
An error example:
CLP version
460d377
Environment
ghcr.io/y-scope/clp/clp-core-dependencies-x86-ubuntu-focal:main
Reproduction steps
unitTest
outside of your build directory (i.e. rununitTest
from any directory other than the file's parent)The text was updated successfully, but these errors were encountered: