flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[test][cdc-base]Implement test for cdc-base that test in mysql

Open molsionmo opened this issue 2 years ago • 0 comments

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:

  1. MySqlSourceTestBase
  2. BinlogSplitReaderTest
  3. SnapshotSplitReaderTest
  4. MySqlHybridSplitAssignerTest
  5. MySqlSnapshotSplitAssignerTest
  6. MySqlRecordEmitterTest
  7. MySqlSourceReaderTest
  8. MySqlSplitSerializerTest
  9. MySqlSplitStateTest
  10. RecordUtilsTest
  11. MySqlSourceITCase

molsionmo avatar Jul 11 '22 12:07 molsionmo