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 04:06:47 UTC

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

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


##########
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:
   Yes. The function tests using python runtime will meet the same exception. I added the variable in the docker, and I will revert this change.



-- 
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