cockroachdb / cockroachdb/cockroach
changefeedccl: organize options testing
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Some incompatible/compatible options are tested in `TestChangefeedErrors` and some are tested in `options_test.go`. It's hard to say if a set of options has test coverage or not.
A suggestion is to try generating every combination of options and explicitly marking them as compatible or incompatible in some sort of mega-test. For any combination that is not compatible, we should test that you get an error. For every combination that is compatible, there should be a test.
Jira issue: CRDB-29948
Epic CRDB-9179
Contributor guide
Assessment
This issue has not been assessed yet.