Commit d395366
committed
test(cascade_cols): update Healthcare ctx_id assertion to 2 (post-#364)
link_and_entity_type_id_resolution was written before PR #364's Codex P1
fix (`2089c1c`), when registry-created rows always carried
ontology_context_id = 0. That fix made RegistryState::append stamp the
seeded id from NamespaceRegistry::seed_defaults() — Healthcare = 2 — so
the MulThresholdProfile MEDICAL/CALLCENTER lookup at driver.rs:303-321
actually fires for Healthcare/WorkOrder/Medical rows instead of always
selecting DEFAULT.
The test assertion `== 0` is stale; the desired behavior is `== 2`.
Closes the pre-existing test failure flagged in the conflict-resolution
commit message. Listed in PR #369's deferred backlog as the Tier B
"per-row BindSpace.context_ids for driver.rs:311" follow-up — this is
the test-side; the BindSpace SoA layout change remains sprint-10.1 parent 54a4b61 commit d395366
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
0 commit comments