DBZ-2238 Fix test failure - MySqlSourceTypeInSchemaIT#shouldPropagateSourceTypeAsSchemaParameter

This commit is contained in:
Chris Cranford 2020-07-08 13:11:00 -04:00 committed by Jiri Pechanec
parent 5df2152aaf
commit e3abc020c9

View File

@ -66,7 +66,7 @@ public void shouldPropagateSourceTypeAsSchemaParameter() throws SQLException, In
// Use the DB configuration to define the connector's configuration ...
config = DATABASE.defaultConfig()
.with(MySqlConnectorConfig.SNAPSHOT_MODE, MySqlConnectorConfig.SnapshotMode.NEVER)
.with("column.propagate.source.type", ".*c1,.*c2,.*c3.*,.*f.")
.with("column.propagate.source.type", ".*\\.c1,.*\\.c2,.*\\.c3.*,.*\\.f.")
.build();
// Start the connector ...