Sergey Nuyanzin created FLINK-32864:
---------------------------------------
Summary:
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
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)