Skip to content

Commit

Permalink
DBZ-7718 Adapt BlockingSnapshotIT for escaped data collection
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale authored and jpechane committed Apr 4, 2024
1 parent 56ea0b3 commit 016a78e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ protected String signalTableName() {
return "DEBEZIUM_SIGNAL";
}

@Override
protected String escapedTableDataCollectionId() {
return "\\\"DB2INST1\\\".\\\"A\\\"";
}

@Override
protected Configuration.Builder config() {
return TestHelper.defaultConfig()
Expand Down

0 comments on commit 016a78e

Please sign in to comment.