Commit f6636e0
committed
Fix TestOpenSQLiteDB failing on Windows CI
Set extension_directory explicitly to avoid DuckDB failing to compute
it when workspace and home directory are on different drives. Use
os.MkdirTemp instead of t.TempDir to avoid cleanup failure from
DuckDB holding extension file handles.1 parent a6c099b commit f6636e0
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments