Commit a3d309e
test(projection): drop denormalized pending-approval-count assertions
Upstream c9b07d6 (pingdotgg#2004) added two ProjectionPipeline tests that assert
on projection_threads.pending_approval_count after runtime projection.
The prerequisite commit ce9f337 (pingdotgg#1973) teaches the pipeline to update
that denormalized column alongside the projection_pending_approvals
table, but MarCode's lazy-hydration design (see FEATURES.md) keeps the
count computed via SQL aggregate at query time and leaves the column
dormant (migration-time backfill only).
Drop the threadRows queries + assertions from both upstream tests and
leave a comment pointing to the architectural divergence. The approval
row assertions (the actual stale/non-stale routing behavior) are
preserved.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 7bd7707 commit a3d309e
1 file changed
Lines changed: 9 additions & 16 deletions
Lines changed: 9 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1631 | 1631 | | |
1632 | 1632 | | |
1633 | 1633 | | |
1634 | | - | |
1635 | | - | |
1636 | | - | |
1637 | | - | |
1638 | | - | |
1639 | | - | |
1640 | | - | |
1641 | | - | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
1642 | 1639 | | |
1643 | 1640 | | |
1644 | 1641 | | |
| |||
1811 | 1808 | | |
1812 | 1809 | | |
1813 | 1810 | | |
1814 | | - | |
1815 | | - | |
1816 | | - | |
1817 | | - | |
1818 | | - | |
1819 | | - | |
1820 | | - | |
1821 | | - | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
| 1814 | + | |
1822 | 1815 | | |
1823 | 1816 | | |
1824 | 1817 | | |
| |||
0 commit comments