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 committed Apr 2, 2024
1 parent c3aa227 commit 28fd7ee
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 28fd7ee

Please sign in to comment.