Commit 17a8bf1
committed
test(qa): stop the e2e suite racing a live price API (om-yd1h)
qa/run.sh started `serve` without --spot-provider=none, so the ADR-007 poller
fetched api.gold-api.com and appended a spot row at as_of=now. LatestSpot is
ORDER BY as_of DESC and the seeded fixture is dated 2026-01-01, so the live
market price outranked the fixture and the suite valued against whatever gold
did that morning — a third-party network dependency and a mid-run race on the
critical path of every PR. Disable the poller; the manual seed is the only
spot the suite values against now.1 parent ddbe7a6 commit 17a8bf1
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments