You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/09/19 09:16:01 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-7598.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

d1acf56dab2cdaa3406d0191bc7f67bb8ba0d816

> 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
>             Fix For: 1.4.0
>
>
> 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)
> In the travis logs, this shows up as
> {code}
> ./tools/travis_mvn_watchdog.sh: line 382: 10052 Terminated              watchdog
> wc: invalid option -- '1'
> Try 'wc --help' for more information.
> ./tools/travis_mvn_watchdog.sh: line 297: [: !=: unary operator expected
> {code}



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