This is an automated email from the ASF dual-hosted git repository.
zivanfi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new cab6369 PARQUET-1296: Travis kills build after 10 minutes, because
"no output was received"
cab6369 is described below
commit cab63690283db8b25e9d17141369a8735d11c511
Author: nandorKollar <[email protected]>
AuthorDate: Tue May 15 21:19:56 2018 +0200
PARQUET-1296: Travis kills build after 10 minutes, because "no output was
received"
Use pv to periodically print progress for Travis to prevent timeout due to
lack of output.
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index ef02f9b..da6a6ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ before_install:
- date
- sudo apt-get update -qq
- sudo apt-get install build-essential
+ - sudo apt-get install pv
- date
- mkdir protobuf_install
- pushd protobuf_install
@@ -33,5 +34,5 @@ env:
- HADOOP_PROFILE=default TEST_CODECS=uncompressed,brotli
- HADOOP_PROFILE=default TEST_CODECS=gzip,snappy
-install: mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true
-Dsource.skip=true > mvn_install.log || (cat mvn_install.log && false)
+install: mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true
-Dsource.skip=true | pv -fbi 60 > mvn_install.log || (cat mvn_install.log &&
false)
script: mvn test -P $HADOOP_PROFILE
--
To stop receiving notification emails like this one, please contact
[email protected].