You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: extend awaitDataSync to also compare row content digest
Counts alone miss UPDATE-only drift: subtests that modify field values
without changing row counts leave the two-node table content temporarily
divergent while their cleanup repair replicates. The old gate returned
immediately in that window, letting the next subtest start against
drifted state.
Add a hashtext-sum row digest alongside the count check. The digest is
order-independent and PK-agnostic, so it generalises across tables and
catches UPDATE-induced drift that counts cannot see.
0 commit comments