diff --git a/debezium-connector-mysql/src/test/java/io/debezium/connector/mysql/MySqlSourceTypeInSchemaIT.java b/debezium-connector-mysql/src/test/java/io/debezium/connector/mysql/MySqlSourceTypeInSchemaIT.java index 68aae9a80..1aaac7ec8 100644 --- a/debezium-connector-mysql/src/test/java/io/debezium/connector/mysql/MySqlSourceTypeInSchemaIT.java +++ b/debezium-connector-mysql/src/test/java/io/debezium/connector/mysql/MySqlSourceTypeInSchemaIT.java @@ -168,6 +168,7 @@ public void shouldPropagateSourceTypeByDatatype() throws SQLException, Interrupt // Start the connector ... start(MySqlConnector.class, config); + waitForStreamingRunning("mysql", DATABASE.getServerName(), "binlog"); // --------------------------------------------------------------------------------------------------------------- // Consume all of the events due to startup and initialization of the database