Commit a2cebf5
authored
test(artifact): serialize deadline-bound drain test (#1334)
The unsettled-queue full-export test has a 30-second context to catch real stalls, but it also performs repeated real SQLite and Docbank writes. Since the artifact suite was parallelized, shared-runner contention can consume that deadline even while export progresses, failing both plain and race jobs at different write sites.
Keep this single deadline-bound integration test in the serial phase. Its real-store coverage, behavioral assertions, and hang guard remain intact; other artifact tests remain parallel and production behavior is unchanged.
Co-authored-by: Wes McKinney <wesm@users.noreply.github.com>1 parent 66bc76f commit a2cebf5
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
503 | 505 | | |
504 | 506 | | |
505 | 507 | | |
| |||
0 commit comments