Commit 800e8c6
committed
test(webapp): give the NEW store its production schema variant
Production builds the NEW run-ops store with schemaVariant "dedicated", but
both hetero routing tests omitted it, so the store defaulted to "legacy". The
two variants take different read paths: findRun routes through the dedicated
relation-stripping adapter only when the variant is set, so the tests were
exercising the legacy path for a store that is dedicated in production.
Verified the branch is now reached by making the dedicated arm throw, which
failed 3 of the 5 tests.1 parent 0440909 commit 800e8c6
2 files changed
Lines changed: 10 additions & 2 deletions
File tree
- apps/webapp/test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments