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.13k stars 3.81k forks source link

backupccl: investigate TestBackupRestoreRandomDataRoundtrips success rate #86878

Open msbutler opened 2 years ago

msbutler commented 2 years ago

Currently, TestBackupRestoreRandomDataRoundtrips succeeds with a near 100% success rate. It seems suspicious that this test does not fail more often, especially on BACKUP/RESTORE of Tables. Perhaps this test would catch more bugs if the random database it created had a more complex schema graph.

Epic CRDB-31689

Jira issue: CRDB-18979

blathers-crl[bot] commented 2 years ago

cc @cockroachdb/bulk-io

msbutler commented 1 year ago

@benbardin During this upcoming stability period, we could use this issue to investigate how to backup-restore richer/complex schemas.