cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.18k stars 3.81k forks source link

cdc: enable fingerprint validator in randomized tests #134159

Open rharding6373 opened 3 weeks ago

rharding6373 commented 3 weeks ago

The FingerPrintValidator is a useful validator for changefeeds, because it tests that a feed can be used to reconstruct a table. However, the validator is currently unable to support all types (e.g., arrays), which prevents it from being used in randomized test that can run on all database types.

This issue is similar to the beforeAfterValidator: https://github.com/cockroachdb/cockroach/issues/134158

Jira issue: CRDB-43944

blathers-crl[bot] commented 3 weeks ago

cc @cockroachdb/cdc