You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Piotr Nowojski (JIRA)" <ji...@apache.org> on 2018/10/29 10:55:00 UTC

[jira] [Created] (FLINK-10711) flink-end-to-end-tests can fail silently

Piotr Nowojski created FLINK-10711:
--------------------------------------

             Summary: flink-end-to-end-tests can fail silently
                 Key: FLINK-10711
                 URL: https://issues.apache.org/jira/browse/FLINK-10711
             Project: Flink
          Issue Type: Bug
          Components: E2E Tests
    Affects Versions: 1.7.0
            Reporter: Piotr Nowojski


Because they are written in bash and they are not setting

{code:bash}
set -e
{code}

at the beginning, errors can be swallowed silently.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)