Commit ee3c2e6
chore(deps): update dockerfile-non-major to v1.77.0 (#1087)
* chore(deps): update dockerfile-non-major to v1.77.0
* fix: eliminate TempDir cleanup race in database tests
runQuickCheck ran as an untracked goroutine, leaving WAL/SHM file
handles open when t.TempDir() cleanup fired, causing intermittent
"directory not empty" failures.
Introduce launchQuickCheck (defaults to the goroutine) so tests can
override it to run synchronously via TestMain, ensuring the integrity
check connection is closed before temp dirs are removed.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeremy <jhatfield82@gmail.com>
Co-authored-by: GitHub Actions <actions@github.com>1 parent d3b3d0a commit ee3c2e6
3 files changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
72 | | - | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
| |||
0 commit comments