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
LOAD FROM queries in demo_db/demo_db.test fails under both release and debug mode on my local. The bug is inside LocalFileSystem::glob as I can tell, when the input is a relative path, the returned paths are incorrect (with a duplicated relative path).
Also, COPY TO statements in the test file directly writes to local file system without cleaning those files up after finish the run. Should change that too.
Are there known steps to reproduce?
Run ./build/release/test/runner/e2e_test demo_db/demo_db.test locally.
The text was updated successfully, but these errors were encountered:
Kùzu version
master
What operating system are you using?
MacOS ARM Sonoma
What happened?
LOAD FROM
queries indemo_db/demo_db.test
fails under both release and debug mode on my local. The bug is insideLocalFileSystem::glob
as I can tell, when the input is a relative path, the returned paths are incorrect (with a duplicated relative path).Also,
COPY TO
statements in the test file directly writes to local file system without cleaning those files up after finish the run. Should change that too.Are there known steps to reproduce?
Run
./build/release/test/runner/e2e_test demo_db/demo_db.test
locally.The text was updated successfully, but these errors were encountered: