Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.19.0
-
None
-
None
Description
The following unit tests in ArtifactFetchManagerTest.java are failing
- testFileSystemFetchWithAdditionalUri()
- testHttpFetch()
- testMixedArtifactFetch()
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) ...
Attachments
Issue Links
- duplicates
-
FLINK-35512 ArtifactFetchManagerTest unit tests fail
- Reopened