Open acquamarin opened 4 days ago
seems our test framework has problem of not report error with character -
in test file name.
now investigating into that
when running single test with ./e2e_test
and gtest_filter,
we got:
Note: Google Test filter = json~test~doc-exsamples.JsonTypeDoc
[==========] Running 0 tests from 0 test suites.
[==========] 0 tests from 0 test suites ran. (0 ms total)
[ PASSED ] 0 tests.
seems the it didn't wen through the google test, however it didn't be caught by "no such file"
Kùzu version
master
What operating system are you using?
MAC M1
What happened?
I have a test case in
doc-examples.test
:There is a grammar mistake in the frist create table statement and should fail, however the ctest still marks it as correct. If i run the test using
e2e_test
binary, it fails the test.Are there known steps to reproduce?
No response