Commit f23c2e6
committed
Fix TestOpenSQLiteDB failing on Windows CI
Set extension_directory explicitly to work around malformed default
extension directory in DuckDB Windows builds. Use os.MkdirTemp instead
of t.TempDir to avoid cleanup failure from DuckDB holding extension file
handles.
duckdb/duckdb#212601 parent a6c099b commit f23c2e6
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