You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/31 03:55:35 UTC

[GitHub] [pulsar] lhotari commented on a diff in pull request #15827: [fix][python-function] Fix the failed CPP test CI caused by python function

lhotari commented on code in PR #15827:
URL: https://github.com/apache/pulsar/pull/15827#discussion_r885182260


##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/functions/PulsarStateTest.java:
##########
@@ -57,7 +57,8 @@ public class PulsarStateTest extends PulsarStandaloneTestSuite {
 
     public static final String WORDCOUNT_PYTHON_FILE = "wordcount_function.py";
 
-    @Test(groups = {"python_state", "state", "function", "python_function"})
+    // skip this tests and fix it later
+//    @Test(groups = {"python_state", "state", "function", "python_function"})

Review Comment:
   Is this also required with `PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python` ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org