Florian Schmidt created FLINK-8870:
--------------------------------------
Summary: End-to-end tests wrongly pass if md5sum is not installed
Key: FLINK-8870
URL:
https://issues.apache.org/jira/browse/FLINK-8870 Project: Flink
Issue Type: Bug
Components: Tests
Affects Versions: 1.4.1
Reporter: Florian Schmidt
Fix For: 1.5.0
Actual: The end-to-end tests don't fail if md5sum is not installed
{code:bash}
Job with JobID 95f6a482cc9800f1daeb907f4940a116 has finished.
Job Runtime: 1067 ms
/Users/florianschmidt/dev/flink/flink-end-to-end-tests/test-scripts/common.sh: line 120: md5sum: command not found
pass WordCount
Stopping taskexecutor daemon (pid: 33007) on host Florians-MBP.fritz.box.
Stopping standalonesession daemon (pid: 32715) on host Florians-MBP.fritz.box.
All tests PASS
{code}
Expected: The tests should fail
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)