Martin Tzvetanov Grigorov created PARQUET-2023:
--------------------------------------------------

             Summary: TravisCI builds do not fail even when there is a 
compilation error
                 Key: PARQUET-2023
                 URL: https://issues.apache.org/jira/browse/PARQUET-2023
             Project: Parquet
          Issue Type: Improvement
            Reporter: Martin Tzvetanov Grigorov


As noticed at [https://github.com/apache/parquet-mr/pull/840] the build at 
TravisCI didn't fail despite the compilation errors.

 

The reason is the piping to 'pv' for progress monitoring. The exit status of 
'mvn' command is ignored and the exit status of 'pv' is 0, i.e. success.

Currently the build at TravisCI takes around 40 minutes 
([https://travis-ci.org/github/apache/parquet-mr/builds/765496614)] so there 
are 10 more minutes before the upper limit at TravisCI.

Maven will be run with '–quiet' option to prevent another error - too much 
output.



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

Reply via email to