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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 6299212  [hotfix][python][tests] Activate remaining tests
6299212 is described below

commit 6299212ce1da054509ea8399883e64ec197cd677
Author: yanghua <yanghua1...@gmail.com>
AuthorDate: Tue Aug 14 19:06:29 2018 +0800

    [hotfix][python][tests] Activate remaining tests
---
 .../org/apache/flink/streaming/python/api/PythonStreamBinderTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-libraries/flink-streaming-python/src/test/java/org/apache/flink/streaming/python/api/PythonStreamBinderTest.java
 
b/flink-libraries/flink-streaming-python/src/test/java/org/apache/flink/streaming/python/api/PythonStreamBinderTest.java
index e03c9ef..1a544ff 100644
--- 
a/flink-libraries/flink-streaming-python/src/test/java/org/apache/flink/streaming/python/api/PythonStreamBinderTest.java
+++ 
b/flink-libraries/flink-streaming-python/src/test/java/org/apache/flink/streaming/python/api/PythonStreamBinderTest.java
@@ -63,7 +63,7 @@ public class PythonStreamBinderTest extends AbstractTestBase {
 
        @Test
        public void testProgram() throws Exception {
-               Path testEntryPoint = new Path(getBaseTestPythonDir(), 
"examples/word_count.py");
+               Path testEntryPoint = new Path(getBaseTestPythonDir(), 
"run_all_tests.py");
                List<String> testFiles = findTestFiles();
 
                Preconditions.checkState(testFiles.size() > 0, "No test files 
were found in {}.", getBaseTestPythonDir());

Reply via email to