[jira] [Created] (FLINK-7598) ineffective shaded artifacts checks in travis_mvn_watchdog.sh

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-7598) ineffective shaded artifacts checks in travis_mvn_watchdog.sh

Shang Yuanchun (Jira)
Nico Kruber created FLINK-7598:
----------------------------------

             Summary: ineffective shaded artifacts checks in travis_mvn_watchdog.sh
                 Key: FLINK-7598
                 URL: https://issues.apache.org/jira/browse/FLINK-7598
             Project: Flink
          Issue Type: Bug
          Components: Travis
    Affects Versions: 1.4.0
            Reporter: Nico Kruber
            Assignee: Nico Kruber


The {{check_shaded_artifacts()}} checks have some shortcomings which render them (partially) ineffective:

* netty checks use {{wc -1}} but should use {{wc -l}}
* (all) of these checks do not fail if the executed command fails (as can be seen from the netty checks that pass without the line counting being correct)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)