You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2019/06/20 09:15:00 UTC

[jira] [Closed] (FLINK-12565) PythonStreamBinderTest.testProgram test failed on Travis

     [ https://issues.apache.org/jira/browse/FLINK-12565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-12565.
------------------------------------
    Resolution: Won't Fix

The Python APIs will be removed.

> PythonStreamBinderTest.testProgram test failed on Travis
> --------------------------------------------------------
>
>                 Key: FLINK-12565
>                 URL: https://issues.apache.org/jira/browse/FLINK-12565
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python, Tests
>            Reporter: vinoyang
>            Priority: Critical
>              Labels: test-stability
>
> {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)