Skip to content

Commit

Permalink
DBZ-7471 Fix Db2ReselectColumnsProcessorIT test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 10, 2024
1 parent da3d23a commit 746c85d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ protected JdbcConnection databaseConnection() {
@Override
protected Configuration.Builder getConfigurationBuilder() {
return TestHelper.defaultConfig()
.with(Db2ConnectorConfig.TABLE_INCLUDE_LIST, "DB2INST1\\.DBZ4321")
.with(Db2ConnectorConfig.CUSTOM_POST_PROCESSORS, "reselector")
.with("reselector.type", ReselectColumnsPostProcessor.class.getName());
}
Expand Down

0 comments on commit 746c85d

Please sign in to comment.