DBZ-1988 Stabilize test

This commit is contained in:
Jiri Pechanec 2020-05-19 06:11:47 +02:00 committed by Gunnar Morling
parent 0ef4cc4140
commit fd2d7a1988

View File

@ -1384,7 +1384,7 @@ public void shouldHonorSourceTimestampMode() throws InterruptedException, SQLExc
start(SqlServerConnector.class, config);
assertConnectorIsRunning();
waitForSnapshotToBeCompleted("sql_server", "server1");
connection.execute("INSERT INTO source_timestamp_mode VALUES(1, 'abc')");
SourceRecords records = consumeRecordsByTopic(1);