Commit 077917b
test(run-ops split): add runOpsSplitReadEnabled to the callback route test's db.server mock
The callback route now resolves the waitpoint via resolveWaitpointThroughReadThrough,
whose module reads runOpsSplitReadEnabled off ~/db.server at import. The test's vi.mock
omitted that export, so the mocked module threw at import and the whole suite failed to
collect. Provide it (split-on) to match the read path the route exercises; ksuid (NEW)
waitpoint ids route to the runOpsNewReplica proxy pointing at the seeded container.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 2d909d3 commit 077917b
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
0 commit comments