Skip to content

Commit

Permalink
[hotfix] Fix failed test KafkaCanalSyncTableActionITCase#testStarUpOp…
Browse files Browse the repository at this point in the history
…tionLatest (#3154)

This closes #3154.
  • Loading branch information
yuzelin authored Apr 3, 2024
1 parent c915a40 commit b0ff65f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,9 @@ public void testStarUpOptionLatest() throws Exception {
.build();
runActionWithDefaultEnv(action);

// wait task running to commit LATEST_OFFSET
Thread.sleep(5_000);

writeRecordsToKafka(topic, "kafka/canal/table/startupmode/canal-data-2.txt");

FileStoreTable table = getFileStoreTable(tableName);
Expand Down

0 comments on commit b0ff65f

Please sign in to comment.