This is an automated email from the ASF dual-hosted git repository.
hxb pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.15 by this push:
new f84d0394923 [FLINK-29479][python][hotfix] Fix the
testPythonSystemEnvEnabled in PythonOptionsTest
f84d0394923 is described below
commit f84d0394923d95ce456e97e71d45ce3a794f18d7
Author: huangxingbo <[email protected]>
AuthorDate: Wed Oct 26 14:23:28 2022 +0800
[FLINK-29479][python][hotfix] Fix the testPythonSystemEnvEnabled in
PythonOptionsTest
This closes #21157.
---
.../src/test/java/org/apache/flink/python/PythonOptionsTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flink-python/src/test/java/org/apache/flink/python/PythonOptionsTest.java
b/flink-python/src/test/java/org/apache/flink/python/PythonOptionsTest.java
index 915d948d0a3..a9382e50900 100644
--- a/flink-python/src/test/java/org/apache/flink/python/PythonOptionsTest.java
+++ b/flink-python/src/test/java/org/apache/flink/python/PythonOptionsTest.java
@@ -180,7 +180,7 @@ public class PythonOptionsTest {
}
@Test
- void testPythonSystemEnvEnabled() {
+ public void testPythonSystemEnvEnabled() {
final Configuration configuration = new Configuration();
final boolean isSystemEnvEnabled =
configuration.getBoolean(PythonOptions.PYTHON_SYSTEMENV_ENABLED);