You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2019/12/06 15:14:00 UTC

[jira] [Closed] (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 ]

Chesnay Schepler closed FLINK-15079.
------------------------------------
    Resolution: Fixed

master: 83a99190ead2869d2b57a077883b0d9b2b253ed1

> 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
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)