Chesnay Schepler created FLINK-15471:
----------------------------------------

             Summary: HA e2e check for empty .out files isn't working
                 Key: FLINK-15471
                 URL: https://issues.apache.org/jira/browse/FLINK-15471
             Project: Flink
          Issue Type: Improvement
          Components: Test Infrastructure
    Affects Versions: 1.9.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.9.2, 1.10.0


{{common_ha.sh#verify_logs:}}
{code}
    if ! check_logs_for_non_empty_out_files; then
        echo "FAILURE: Alerts found at the general purpose job."
        EXIT_CODE=1
    fi
{code}

Since check_logs_for_non_empty_out_files does only set EXIT_CODE without 
modifying the return value the check will never fail.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to