vinoyang created FLINK-12565: -------------------------------- Summary: PythonStreamBinderTest#testProgram test failer Key: FLINK-12565 URL: https://issues.apache.org/jira/browse/FLINK-12565 Project: Flink Issue Type: Bug Components: API / Python Reporter: vinoyang
{code:java} 04:15:51.246 [INFO] Running org.apache.flink.streaming.python.api.PythonStreamBinderTest Working directory: /tmp/flink_streaming_plan_7159fb6f-a167-425b-95ad-466d37f9ded4 Excluded tests: ['test_kafka09'] Submitting job ... 'test_split_select' 04:16:07.167 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.917 s <<< FAILURE! - in org.apache.flink.streaming.python.api.PythonStreamBinderTest 04:16:07.167 [ERROR] testProgram(org.apache.flink.streaming.python.api.PythonStreamBinderTest) Time elapsed: 7.884 s <<< ERROR! org.apache.flink.runtime.client.JobExecutionException: Job execution failed. at org.apache.flink.streaming.python.api.PythonStreamBinderTest.testProgram(PythonStreamBinderTest.java:81) Caused by: org.apache.flink.util.FlinkException: Python function failed: Traceback (most recent call last): File "/tmp/flink_streaming_plan_7159fb6f-a167-425b-95ad-466d37f9ded4/test_split_select.py", line 33, in flatMap collector.collect((1, value)) SystemError: __getattribute__ not found on type null. See http://bugs.jython.org/issue2487 for details. {code} log details : [https://api.travis-ci.org/v3/job/533608290/log.txt] -- This message was sent by Atlassian JIRA (v7.6.3#76005)