DBZ-777 Make sure the empty events are generated while streaming

This commit is contained in:
Jiri Pechanec 2019-08-15 12:59:29 +02:00 committed by Gunnar Morling
parent 5ffe8123f1
commit 4d18c70834

View File

@ -983,6 +983,7 @@ public void shouldReceiveHeartbeatAlsoWhenChangingNonWhitelistedTable() throws E
.with(PostgresConnectorConfig.SNAPSHOT_MODE, SnapshotMode.NEVER),
false
);
waitForStreamingToStart();
String statement = "CREATE SCHEMA s1;" +
"CREATE TABLE s1.a (pk SERIAL, aa integer, PRIMARY KEY(pk));" +