[INFO] Running io.debezium.connector.mysql.MySqlSchemaMigrationIT
Jun 19, 2020 12:45:34 AM com.github.shyiko.mysql.binlog.BinaryLogClient connect
INFO: Connected to localhost:4302 at e80fcfca-b1e4-11ea-b08a-0242ac110003:1-2674 (sid:18765, cid:486)
2020-06-19 00:45:35,519 WARN MySQL|migration|binlog Renaming whitelisted table empty_m245rc.monitored to non-whitelisted table empty_m245rc._monitored_old, this can lead to schema inconsistency [io.debezium.connector.mysql.antlr.listener.RenameTableParserListener]
2020-06-19 00:45:35,520 WARN MySQL|migration|binlog Renaming non-whitelisted table empty_m245rc._monitored_new to whitelisted table empty_m245rc.monitored, this can lead to schema inconsistency [io.debezium.connector.mysql.antlr.listener.RenameTableParserListener]
Jun 19, 2020 12:45:36 AM com.github.shyiko.mysql.binlog.BinaryLogClient connect
INFO: Connected to localhost:4302 at e80fcfca-b1e4-11ea-b08a-0242ac110003:1-2684 (sid:18765, cid:491)
2020-06-19 00:45:37,344 WARN MySQL|migration|binlog Renaming whitelisted table empty_1754htu.monitored to non-whitelisted table empty_1754htu._monitored_old, this can lead to schema inconsistency [io.debezium.connector.mysql.antlr.listener.RenameTableParserListener]
Jun 19, 2020 12:45:37 AM com.github.shyiko.mysql.binlog.BinaryLogClient connect
INFO: Connected to localhost:4302 at e80fcfca-b1e4-11ea-b08a-0242ac110003:1-2694 (sid:18765, cid:496)
2020-06-19 00:45:38,464 WARN MySQL|migration|binlog Renaming whitelisted table empty_1ri1qqy.monitored to non-whitelisted table empty_1ri1qqy._monitored_old, this can lead to schema inconsistency [io.debezium.connector.mysql.antlr.listener.RenameTableParserListener]
2020-06-19 00:45:38,464 WARN MySQL|migration|binlog Renaming non-whitelisted table empty_1ri1qqy._monitored_new to whitelisted table empty_1ri1qqy.monitored, this can lead to schema inconsistency [io.debezium.connector.mysql.antlr.listener.RenameTableParserListener]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.96 s - in io.debezium.connector.mysql.MySqlSchemaMigrationIT
[INFO] Running io.debezium.connector.mysql.MySqlSourceTypeInSchemaIT
2020-06-19 00:45:38,752 WARN MySQL|schemaparameterit|task After applying blacklist/whitelist filters there are no tables to monitor, please check your configuration [io.debezium.relational.RelationalDatabaseSchema]
Jun 19, 2020 12:45:38 AM com.github.shyiko.mysql.binlog.BinaryLogClient connect
WARNING: Binary log position adjusted from 0 to 4
Jun 19, 2020 12:45:38 AM com.github.shyiko.mysql.binlog.BinaryLogClient connect
INFO: Connected to localhost:4302 at /4 (sid:18765, cid:499)
2020-06-19 00:45:39,746 WARN MySQL|schemaparameterit|task After applying blacklist/whitelist filters there are no tables to monitor, please check your configuration [io.debezium.relational.RelationalDatabaseSchema]
Jun 19, 2020 12:45:39 AM com.github.shyiko.mysql.binlog.BinaryLogClient connect
WARNING: Binary log position adjusted from 0 to 4
Jun 19, 2020 12:45:39 AM com.github.shyiko.mysql.binlog.BinaryLogClient connect
INFO: Connected to localhost:4302 at /4 (sid:18765, cid:502)
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.958 s <<< FAILURE! - in io.debezium.connector.mysql.MySqlSourceTypeInSchemaIT
[ERROR] shouldPropagateSourceTypeAsSchemaParameter(io.debezium.connector.mysql.MySqlSourceTypeInSchemaIT) Time elapsed: 0.968 s <<< FAILURE!
java.lang.AssertionError: <{'__debezium.source.column.type'='INT'}> should be null
at io.debezium.connector.mysql.MySqlSourceTypeInSchemaIT.shouldPropagateSourceTypeAsSchemaParameter(MySqlSourceTypeInSchemaIT.java:100)