Commit c793a65
committed
fix tests: use file-based SQLite database instead of in-memory
The in-memory SQLite database can cause issues in CI environments where
worker processes may not properly share the same in-memory state.
Using a file-based database ensures consistent behavior across all
environments.1 parent 3232e2d commit c793a65
1 file changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
86 | 102 | | |
87 | | - | |
88 | | - | |
89 | 103 | | |
90 | 104 | | |
91 | 105 | | |
| |||
0 commit comments