Description
This change removes the TiDB select test coverage from TiCDC tests.
TiCDC does not use the select get_format function, so keeping this test dependency in TiCDC is unnecessary. When TiDB changes the related select behavior or test cases, it can cause unrelated TiCDC test failures.
Context
The goal is to avoid TiDB-side changes affecting TiCDC tests for functionality that TiCDC does not actually rely on.
Proposed Solution
Remove the TiDB select test related to get_format from TiCDC test coverage, so TiCDC tests only verify behavior that is actually used by TiCDC.
Additional Information
Related PRs:
Description
This change removes the TiDB
selecttest coverage from TiCDC tests.TiCDC does not use the
select get_formatfunction, so keeping this test dependency in TiCDC is unnecessary. When TiDB changes the relatedselectbehavior or test cases, it can cause unrelated TiCDC test failures.Context
The goal is to avoid TiDB-side changes affecting TiCDC tests for functionality that TiCDC does not actually rely on.
Proposed Solution
Remove the TiDB
selecttest related toget_formatfrom TiCDC test coverage, so TiCDC tests only verify behavior that is actually used by TiCDC.Additional Information
Related PRs: