[
https://issues.apache.org/jira/browse/FLINK-32864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754097#comment-17754097
]
Matthias Pohl commented on FLINK-32864:
---------------------------------------
We had the same error appearing in 1.16:
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44275&view=logs&j=e92ecf6d-e207-5a42-7ff7-528ff0c5b259&t=40fc352e-9b4c-5fd8-363f-628f24b01ec2&l=29859
I noticed this build failure in FLINK-26644 where it was added even though the
error cause was different to what was reported in FLINK-26644. I'm gonna update
the affected versions.
> StreamDependencyTests.test_set_requirements_with_cached_directory fails on
> AZP
> -------------------------------------------------------------------------------
>
> Key: FLINK-32864
> URL: https://issues.apache.org/jira/browse/FLINK-32864
> Project: Flink
> Issue Type: Bug
> Components: API / Python
> Affects Versions: 1.18.0
> Reporter: Sergey Nuyanzin
> Priority: Critical
> Labels: test-stability
>
> This build
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=52209&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25208]
> fails as below.
> The error is very similar to one of the old issues FLINK-15929, probably some
> dependencies in requirements should be fixed...
> {noformat}
> Aug 13 01:41:17 =================================== FAILURES
> ===================================
> Aug 13 01:41:17 ______
> StreamDependencyTests.test_set_requirements_with_cached_directory _______
> Aug 13 01:41:17
> Aug 13 01:41:17 self =
> <pyflink.table.tests.test_dependency.StreamDependencyTests
> testMethod=test_set_requirements_with_cached_directory>
> Aug 13 01:41:17
> Aug 13 01:41:17 def test_set_requirements_with_cached_directory(self):
> Aug 13 01:41:17 tmp_dir = self.tempdir
> Aug 13 01:41:17 requirements_txt_path = os.path.join(tmp_dir,
> "requirements_txt_" + str(uuid.uuid4()))
> Aug 13 01:41:17 with open(requirements_txt_path, 'w') as f:
> Aug 13 01:41:17 f.write("python-package1==0.0.0")
> Aug 13 01:41:17
> Aug 13 01:41:17 requirements_dir_path = os.path.join(tmp_dir,
> "requirements_dir_" + str(uuid.uuid4()))
> Aug 13 01:41:17 os.mkdir(requirements_dir_path)
> Aug 13 01:41:17 package_file_name = "python-package1-0.0.0.tar.gz"
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)