[ 
https://issues.apache.org/jira/browse/FLINK-35513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elphas Toringepi updated FLINK-35513:
-------------------------------------
    Description: 
The following unit tests in 
[ArtifactFetchManagerTest.java|https://github.com/apache/flink/blob/e4fa72d9e480664656818395741c37a9995f9334/flink-clients/src/test/java/org/apache/flink/client/program/artifact/ArtifactFetchManagerTest.java]
 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}
 

  was:
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}
 


> 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
>            Priority: Major
>
> The following unit tests in 
> [ArtifactFetchManagerTest.java|https://github.com/apache/flink/blob/e4fa72d9e480664656818395741c37a9995f9334/flink-clients/src/test/java/org/apache/flink/client/program/artifact/ArtifactFetchManagerTest.java]
>  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)

Reply via email to