[
https://issues.apache.org/jira/browse/FLINK-22359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325421#comment-17325421
]
Huang Xingbo commented on FLINK-22359:
--------------------------------------
The problem comes in updating the version in version.py when we cut a new
branch. This will lead to the wrong version number, which will cause building
failure of the apache-flink-libraries from source code. It will download
apache-flink-libraries from PyPi if it failed to build and install
apache-flink-libraries from source code when testing in Azure Pipeline.
> Python tests do not pass on 1.x branch if it has not been released
> ------------------------------------------------------------------
>
> Key: FLINK-22359
> URL: https://issues.apache.org/jira/browse/FLINK-22359
> Project: Flink
> Issue Type: Bug
> Components: API / Python, Test Infrastructure
> Affects Versions: 1.13.0
> Reporter: Dawid Wysakowicz
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.13.0
>
>
> The python tests fail because they try to download something for 0.0 version.
> {code}
> Apr 19 11:39:38 Downloading
> https://files.pythonhosted.org/packages/6c/38/ff06cec1b32e796c8422153d6d29a6c8c6dab962436779e34b0d72df0f2f/grpcio-tools-1.14.2.tar.gz
> (1.9MB)
> Apr 19 11:39:38 Collecting apache-flink-libraries
> Apr 19 11:39:38 Downloading
> https://files.pythonhosted.org/packages/6c/b1/78dcaec55a437c3b8b3eb479b169d7fac15e86ffe9bd7340767934ceab2f/apache_flink_libraries-0.0.tar.gz
> (3.5MB)
> Apr 19 11:39:38 Complete output from command python setup.py egg_info:
> Apr 19 11:39:38 The flink core files are not found. Please make sure your
> installation package is complete, or do this in the flink-python directory of
> the flink source directory.
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)