Commit 791af26
test(terminology): force serial execution to fix Bun concurrency flake
Bun's node:test implementation can run tests within a suite concurrently.
csv_data_load jobs stall on Bun (known issue), blocking the Harper instance
while concurrent drop_table tests fire against the same server — causing 500
failures and cascading suite timeouts.
Setting concurrency: false on the suite guarantees sequential execution,
matching the assumed serial ordering of the tests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 001bf7b commit 791af26
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments