flink-cdc
flink-cdc copied to clipboard
[test][cdc-base]Implement test for cdc-base that test in mysql
Is your feature request related to a problem? Please describe. cdc-base module lack tests so that many fixs for cdc-base is diffcult to implement.
Describe the solution you'd like we should implement tests in cdc-base like tests in mysql module.
Describe alternatives you've considered some tests I can think of is below:
- MySqlSourceTestBase
- BinlogSplitReaderTest
- SnapshotSplitReaderTest
- MySqlHybridSplitAssignerTest
- MySqlSnapshotSplitAssignerTest
- MySqlRecordEmitterTest
- MySqlSourceReaderTest
- MySqlSplitSerializerTest
- MySqlSplitStateTest
- RecordUtilsTest
- MySqlSourceITCase