[ https://issues.apache.org/jira/browse/FLINK-10012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16579556#comment-16579556 ]
ASF GitHub Bot commented on FLINK-10012: ---------------------------------------- zentol commented on a change in pull request #6475: [FLINK-10012] Add setStreamTimeCharacteristic/getStreamTimeCharacteristic for Python API URL: https://github.com/apache/flink/pull/6475#discussion_r209890119 ########## File path: flink-libraries/flink-streaming-python/src/test/java/org/apache/flink/streaming/python/api/PythonStreamBinderTest.java ########## @@ -63,7 +63,7 @@ private static Path findUtilsModule() { @Test public void testProgram() throws Exception { - Path testEntryPoint = new Path(getBaseTestPythonDir(), "examples/word_count.py"); + Path testEntryPoint = new Path(getBaseTestPythonDir(), "run_all_tests.py"); Review comment: nice catch, but please move this into a separate commit. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Add setStreamTimeCharacteristic/getStreamTimeCharacteristic for Python API > -------------------------------------------------------------------------- > > Key: FLINK-10012 > URL: https://issues.apache.org/jira/browse/FLINK-10012 > Project: Flink > Issue Type: Sub-task > Components: Python API > Reporter: vinoyang > Assignee: vinoyang > Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian JIRA (v7.6.3#76005)