Chesnay Schepler created FLINK-9564:
---------------------------------------
Summary: Expose end-to-end module directory to test scripts
Key: FLINK-9564
URL:
https://issues.apache.org/jira/browse/FLINK-9564 Project: Flink
Issue Type: New Feature
Components: Tests
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.6.0
Several end-to-end tests access jars from modules in {{flink-end-to-end-tests}}.
To achieve this they use this hacky solutions like
{{$TEST_DATA_DIR/../../<module>}} or {{$TEST_INFRA_DIR/../../<module>}}.
This is brittle as hell can cause tests to fail by merely adding another directory layer.
We should instead export the flink-end-to-end directory in the pre-commit/nightly scripts.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)