storage: add range del invariants to TestMVCCHistories #86122
Labels
A-kv-replication
Relating to Raft, consensus, and coordination.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Add internal invariant checks to TestMVCCHistories:
On
Seek
,Next
,Prev
:This should leave the iterator in the same state, so by turning this on metamorphically we can validate that this is true.
Jira issue: CRDB-18587
Epic CRDB-2624
The text was updated successfully, but these errors were encountered: