You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by aa...@apache.org on 2019/09/10 00:59:05 UTC

[pulsar] branch postgres3 created (now c85c8ad)

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

aahmed pushed a change to branch postgres3
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


      at c85c8ad  Disable postgres debezium integration test

This branch includes the following new commits:

     new c85c8ad  Disable postgres debezium integration test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar] 01/01: Disable postgres debezium integration test

Posted by aa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c85c8ad289d0e65901fa308afa38aa9273244857
Author: Ali Ahmed <al...@gmail.com>
AuthorDate: Mon Sep 9 17:58:23 2019 -0700

    Disable postgres debezium integration test
---
 .../apache/pulsar/tests/integration/functions/PulsarFunctionsTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/integration/src/test/java/org/apache/pulsar/tests/integration/functions/PulsarFunctionsTest.java b/tests/integration/src/test/java/org/apache/pulsar/tests/integration/functions/PulsarFunctionsTest.java
index 7fda45b..e9f64ae 100644
--- a/tests/integration/src/test/java/org/apache/pulsar/tests/integration/functions/PulsarFunctionsTest.java
+++ b/tests/integration/src/test/java/org/apache/pulsar/tests/integration/functions/PulsarFunctionsTest.java
@@ -118,7 +118,7 @@ public abstract class PulsarFunctionsTest extends PulsarFunctionsTestBase {
         testDebeziumMySqlConnect();
     }
 
-    @Test
+    @Test(enabled = false)
     public void testDebeziumPostgresqlSource() throws Exception {
         testDebeziumPostgresqlConnect();
     }