You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Florian Schmidt (JIRA)" <ji...@apache.org> on 2018/03/05 15:57:00 UTC

[jira] [Created] (FLINK-8870) End-to-end tests wrongly pass if md5sum is not installed

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)