Re: Pull request failing Travis IO test for unknown reason

2018-05-30 Thread jpcarterara
On 2018/05/29 12:30:21, Dawid Wysakowicz wrote: > Hi, > > The interesting line is: > > 17:43:48.333 [ERROR] Failed to execute goal > org.apache.rat:apache-rat-plugin:0.12:check (default) on project > flink-parent: Too many files with unapproved license: 1 See RAT report in: > /home/travis

Re: Pull request failing Travis IO test for unknown reason

2018-05-29 Thread Rong Rong
+1. you can also run `mvn clean verify` locally before a PR, or `mvn verify -o` against the module you modified (this will speed up the build) On Tue, May 29, 2018 at 5:34 AM, Chesnay Schepler wrote: > There are some tests that are unstable. Committers will evaluate whether > the failure is rela

Re: Pull request failing Travis IO test for unknown reason

2018-05-29 Thread Chesnay Schepler
There are some tests that are unstable. Committers will evaluate whether the failure is related to the PR. Please do not push commits for the sake of getting that perfect green build. In your particular case you've added files that do not have an apache license header: 17:43:48.333 [ERROR] Fa

Re: Pull request failing Travis IO test for unknown reason

2018-05-29 Thread Dawid Wysakowicz
Hi, The interesting line is: 17:43:48.333 [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check (default) on project flink-parent: Too many files with unapproved license: 1 See RAT report in: /home/travis/build/Jicaar/flink/target/rat.txt -> [Help 1] It basically means th

Pull request failing Travis IO test for unknown reason

2018-05-29 Thread jpcarterara
I am new to committing code to a git repo, so I apologize if I ask anything really obvious. So I have submitted a pull request for Flink and the TravisIO tests all pass except ones where TEST=“misc”. Looking through the output of the tests I can’t figure out what is wrong. There were tests tha