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
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.
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.
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.
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: