You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/12/05 13:53:00 UTC

[jira] [Updated] (FLINK-15079) BashJavaUtilsTest fails when running in a clean directory

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

ASF GitHub Bot updated FLINK-15079:
-----------------------------------
    Labels: pull-request-available  (was: )

> BashJavaUtilsTest fails when running in a clean directory
> ---------------------------------------------------------
>
>                 Key: FLINK-15079
>                 URL: https://issues.apache.org/jira/browse/FLINK-15079
>             Project: Flink
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 1.10.0
>            Reporter: Dawid Wysakowicz
>            Assignee: Chesnay Schepler
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>
> The {{BashJavaUtilsTest}} fails if it is run in a clean directory.
> For example if you do what the flink documentation suggests for building flink binary from source (https://ci.apache.org/projects/flink/flink-docs-release-1.9/flinkDev/building.html#dependency-shading):
> {code}
> cd flink-dist
> mvn clean install
> {code}
> I think the problem is that the tests tries to find the results of the shading, but the shading is run after the tests.
> I think one solution would be to move this test to e2e tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)