You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jano Svitok (Jira)" <ji...@apache.org> on 2020/03/10 11:51:00 UTC

[jira] [Comment Edited] (THRIFT-5087) test/test.py fails with "AssertionError: Python 3.3 or later is required for proper operation."

    [ https://issues.apache.org/jira/browse/THRIFT-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055674#comment-17055674 ] 

Jano Svitok edited comment on THRIFT-5087 at 3/10/20, 11:50 AM:
----------------------------------------------------------------

This line is suspicious: https://github.com/apache/thrift/blob/master/configure.ac#L309
since  $python is 2.7, python3 vesion check is skipped.


was (Author: janosvitok):
This line is suspicious: https://gitlab-telco.whitestein.com/telco/3rdparty/thrift/-/blob/master/configure.ac#L309
since  $python is 2.7, python3 vesion check is skipped.

> test/test.py fails with "AssertionError: Python 3.3 or later is required for proper operation."
> -----------------------------------------------------------------------------------------------
>
>                 Key: THRIFT-5087
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5087
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process
>            Reporter: Jens Geyer
>            Priority: Blocker
>              Labels: ci-failure
>
> {code}
> /usr/bin/python test/test.py --retry-count 5 --features .* --skip-known-failures --server cpp,c_glib,cl,d,java,csharp,py,,rb,hs,perl,php,go,nodejs,dart,erl,lua,rs,netstd,nodets
> Traceback (most recent call last):
>   File "test/test.py", line 45, in <module>
>     assert (cur_version >= req_version), "Python 3.3 or later is required for proper operation."
> AssertionError: Python 3.3 or later is required for proper operation.
> Makefile:1129: recipe for target 'crossfeature' failed
> make: *** [crossfeature] Error 1
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)