Dawid Wysakowicz created FLINK-15079:
----------------------------------------
Summary: 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
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)