storage: randomized testing of equivalent MVCC operations #84378
Labels
A-storage
Relating to our storage engine (Pebble) on-disk storage.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
quality-friday
A good issue to work on on Quality Friday
T-storage
Storage Team
This is a follow up to #83945, which added support for
MVCCDeleteRangeUsingTombstone
to the existing MVCC metamorphic tests.We'd likely get additional value out of a type of MVCC metamorphic test that performs random combinations of equivalent operations, and then asserts that the output is the same across these combinations. Perhaps a lightweight API / test harness that can generate these equivalent operations.
See the commentary on #83945 for more context.
Jira issue: CRDB-17623
The text was updated successfully, but these errors were encountered: