mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-12 01:45:14 +02:00
Cubic flagged that the time-travel `total_people` assertions only checked `result.num_rows() == 1`, which would still pass if the historical query returned the wrong count (e.g., 10 instead of 6 because of a planner regression resolving against current state instead of the captured snapshot). Added `assert_total` helper that extracts the Int64 `total` column and verifies the actual value. Replaces three weak `num_rows() == 1` assertions in `composite_flow_multi_branch_sequential_merges`: - post-both-merges: total = 10 - time-travel to pre-merge-a: total = 6 - post-reopen: total = 10 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| omnigraph | ||
| omnigraph-cli | ||
| omnigraph-compiler | ||
| omnigraph-server | ||