leonardBang commented on code in PR #3460: URL: https://github.com/apache/flink-cdc/pull/3460#discussion_r1875268855
########## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/source/NewlyAddedTableITCase.java: ########## @@ -214,29 +214,6 @@ public void testNewlyAddedTableForExistsPipelineThriceWithAheadBinlog() throws E "address_shenzhen"); } - @Test - public void testNewlyAddedTableForExistsPipelineSingleParallelism() throws Exception { - testNewlyAddedTableOneByOne( - 1, - FailoverType.NONE, - FailoverPhase.NEVER, - false, - "address_hangzhou", - "address_beijing"); - } - - @Test - public void testNewlyAddedTableForExistsPipelineSingleParallelismWithAheadBinlog() - throws Exception { - testNewlyAddedTableOneByOne( - 1, - FailoverType.NONE, - FailoverPhase.NEVER, - true, - "address_hangzhou", - "address_beijing"); - } - Review Comment: @Karl-WangSK Thanks for your contribution, but they are different cases, why we need to remove the two cases? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org