Skip to content

Commit 6b34990

Browse files
committed
fix testcase
Signed-off-by: Pei Yu <125331682@qq.com>
1 parent c875eb5 commit 6b34990

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-mysql/src/test/java/org/apache/flink/cdc/connectors/mysql/source/MySqlPipelineITCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ void testExcludeTables(boolean inBatch) throws Exception {
540540
.tableList(databaseName + ".*")
541541
.excludeTableList(
542542
String.format(
543-
"%s.customers, %s.orders, %s.multi_max_table",
544-
databaseName, databaseName, databaseName))
543+
"%s.customers, %s.orders, %s.multi_max_table, %s.uppercase_products",
544+
databaseName, databaseName, databaseName, databaseName))
545545
.startupOptions(StartupOptions.initial())
546546
.serverId(getServerId(env.getParallelism()))
547547
.serverTimeZone("UTC")

0 commit comments

Comments
 (0)