1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-12 22:29:58 +00:00

Add explicit test for file not found

...caching the metadata moved where ParquetTable did I/O,
which introduced a segfault on not found
This commit is contained in:
Colin Dellow
2018-03-18 11:58:23 -04:00
parent 4cbde9fc09
commit 3b557f7fb0
3 changed files with 39 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ set -euo pipefail
here=$(dirname "${BASH_SOURCE[0]}")
set -x
"$here"/test-non-existent
"$here"/test-unsupported
"$here"/test-supported
"$here"/test-queries