Elphas Toringepi created FLINK-35513:
----------------------------------------
Summary: ArtifactFetchManager unit tests are failing
Key: FLINK-35513
URL: https://issues.apache.org/jira/browse/FLINK-35513
Project: Flink
Issue Type: Bug
Components: Client / Job Submission
Affects Versions: 1.19.0
Reporter: Elphas Toringepi
The following unit tests in ArtifactFetchManagerTest are failing
* testFileSystemFetchWithAdditionalUri()
* testHttpFetch()
* testMixedArtifactFetch()
{code:java}
Test
org.apache.flink.client.program.artifact.ArtifactFetchManagerTest.testFileSystemFetchWithAdditionalUri[testFileSystemFetchWithAdditionalUri()]
failed with:
java.lang.AssertionError:
Expecting actual not to be empty
at
org.apache.flink.client.program.artifact.ArtifactFetchManagerTest.getFlinkClientsJar(ArtifactFetchManagerTest.java:251)
at
org.apache.flink.client.program.artifact.ArtifactFetchManagerTest.testFileSystemFetchWithAdditionalUri(ArtifactFetchManagerTest.java:104)
...
--------------------------------------------------------------------------------
Test
org.apache.flink.client.program.artifact.ArtifactFetchManagerTest.testMixedArtifactFetch[testMixedArtifactFetch()]
failed with:
java.lang.AssertionError:
Expecting actual not to be empty
at
org.apache.flink.client.program.artifact.ArtifactFetchManagerTest.getFlinkClientsJar(ArtifactFetchManagerTest.java:251)
at
org.apache.flink.client.program.artifact.ArtifactFetchManagerTest.testMixedArtifactFetch(ArtifactFetchManagerTest.java:149)
...
--------------------------------------------------------------------------------
Test
org.apache.flink.client.program.artifact.ArtifactFetchManagerTest.testHttpFetch[testHttpFetch()]
failed with:
java.lang.AssertionError:
Expecting actual not to be empty
at
org.apache.flink.client.program.artifact.ArtifactFetchManagerTest.getFlinkClientsJar(ArtifactFetchManagerTest.java:251)
at
org.apache.flink.client.program.artifact.ArtifactFetchManagerTest.testHttpFetch(ArtifactFetchManagerTest.java:124)
...
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)