-
Notifications
You must be signed in to change notification settings - Fork 480
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
metamorphic: use the cockroach key schema #4167
Comments
jbowens
added a commit
to jbowens/pebble
that referenced
this issue
Dec 30, 2024
Allow KeyFormat to specify a KeySchema that should be used by the metamorphic tests for columnar block sstables. This is in preparation for use of the cockroachkvs package within the metamorphic test. Informs cockroachdb#4167.
jbowens
added a commit
that referenced
this issue
Dec 31, 2024
Allow KeyFormat to specify a KeySchema that should be used by the metamorphic tests for columnar block sstables. This is in preparation for use of the cockroachkvs package within the metamorphic test. Informs #4167.
jbowens
added a commit
to jbowens/pebble
that referenced
this issue
Jan 29, 2025
Add a new KeyFormat that uses the cockroach encoding of KV pairs in the metamorphic test, expanding test coverage to cover the cockroachkvs package. Fixes cockroachdb#4167.
jbowens
added a commit
to jbowens/pebble
that referenced
this issue
Jan 29, 2025
Add a new KeyFormat that uses the cockroach encoding of KV pairs in the metamorphic test, expanding test coverage to cover the cockroachkvs package. Fixes cockroachdb#4167.
jbowens
added a commit
to jbowens/pebble
that referenced
this issue
Jan 29, 2025
Add a new KeyFormat that uses the cockroach encoding of KV pairs in the metamorphic test, expanding test coverage to cover the cockroachkvs package. Fixes cockroachdb#4167.
jbowens
added a commit
to jbowens/pebble
that referenced
this issue
Jan 30, 2025
Add a new KeyFormat that uses the cockroach encoding of KV pairs in the metamorphic test, expanding test coverage to cover the cockroachkvs package. Fixes cockroachdb#4167.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the metamorphic test uses the testkeys comparer and key schema. There's significant complexity in the Cockroach implementation of the key schema and comparer, and we'd get better coverage if we used the Cockroach key schema in the metamorphic tests.
Jira issue: PEBBLE-304
The text was updated successfully, but these errors were encountered: