This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new f43526c  Fix Postgres debezium test (#5162)
f43526c is described below

commit f43526cf0c56de57d2868ed0c5fb77c24dd2fa72
Author: Ali Ahmed <[email protected]>
AuthorDate: Tue Sep 10 17:19:46 2019 -0700

    Fix Postgres debezium test (#5162)
    
    Remove meteadata tables for cdc test
---
 .../pulsar/tests/integration/io/DebeziumPostgresqlSourceTester.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/DebeziumPostgresqlSourceTester.java
 
b/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/DebeziumPostgresqlSourceTester.java
index 893eca4..e95db22 100644
--- 
a/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/DebeziumPostgresqlSourceTester.java
+++ 
b/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/DebeziumPostgresqlSourceTester.java
@@ -66,6 +66,7 @@ public class DebeziumPostgresqlSourceTester extends 
SourceTester<DebeziumPostgre
         sourceConfig.put("database.server.name", "dbserver1");
         sourceConfig.put("database.dbname", "postgres");
         sourceConfig.put("schema.whitelist", "inventory");
+        sourceConfig.put("table.blacklist", 
"inventory.spatial_ref_sys,inventory.geom");
         sourceConfig.put("pulsar.service.url", pulsarServiceUrl);
     }
 

Reply via email to