Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: randomized testing of equivalent MVCC operations #84378

Open
nicktrav opened this issue Jul 13, 2022 · 0 comments
Open

storage: randomized testing of equivalent MVCC operations #84378

nicktrav opened this issue Jul 13, 2022 · 0 comments
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

Comments

@nicktrav
Copy link
Collaborator

nicktrav commented Jul 13, 2022

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

@nicktrav nicktrav added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-storage Relating to our storage engine (Pebble) on-disk storage. T-storage Storage Team labels Jul 13, 2022
@jbowens jbowens added the quality-friday A good issue to work on on Quality Friday label Jul 20, 2023
@jbowens jbowens moved this to Backlog in [Deprecated] Storage Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
No open projects
Status: Backlog
Development

No branches or pull requests

2 participants