What
PR #929 (#699) retires the 31 committed estate-gen cohorts; they now render into a temp dir at run time. The identity golden moved with them: TestIdentityGolden went from 1810 rendered identities across 654 directories to 1106 across 623, a 704-instance drop, all of it cohort identities that were pinned by value and are pinned nowhere now.
The cohorts still render (TestGenerateCohortsRendersTheWholeRoster) and their declared types still match the recorded roster, but the rendered identity of each cohort instance, the thing the golden exists to hold by value, is no longer checked.
Do
Decide whether the golden should render the cohorts from estate-gen output as part of its walk (generate into a temp dir inside the test, render, compare against the committed golden file), restoring the 704 pins without recommitting the trees. If yes: one unit, internal/live/check plus the three-layer pin move back up, with the cost of the generation step stated. If no: say so here and close, so the next reader of HANDOFF's 1106 figure knows the drop was chosen.
Refs #699, #929.
What
PR #929 (#699) retires the 31 committed estate-gen cohorts; they now render into a temp dir at run time. The identity golden moved with them:
TestIdentityGoldenwent from 1810 rendered identities across 654 directories to 1106 across 623, a 704-instance drop, all of it cohort identities that were pinned by value and are pinned nowhere now.The cohorts still render (
TestGenerateCohortsRendersTheWholeRoster) and their declared types still match the recorded roster, but the rendered identity of each cohort instance, the thing the golden exists to hold by value, is no longer checked.Do
Decide whether the golden should render the cohorts from
estate-genoutput as part of its walk (generate into a temp dir inside the test, render, compare against the committed golden file), restoring the 704 pins without recommitting the trees. If yes: one unit,internal/live/checkplus the three-layer pin move back up, with the cost of the generation step stated. If no: say so here and close, so the next reader of HANDOFF's 1106 figure knows the drop was chosen.Refs #699, #929.