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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]