[
https://issues.apache.org/jira/browse/PARQUET-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16623750#comment-16623750
]
ASF GitHub Bot commented on PARQUET-1418:
-----------------------------------------
zivanfi closed pull request #524: PARQUET-1418: Run integration tests in Travis
URL: https://github.com/apache/parquet-mr/pull/524
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.travis.yml b/.travis.yml
index da6a6ac80..7ab4846c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,4 +35,4 @@ env:
- HADOOP_PROFILE=default TEST_CODECS=gzip,snappy
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
+script: mvn verify -P $HADOOP_PROFILE
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Run integration tests in Travis
> -------------------------------
>
> Key: PARQUET-1418
> URL: https://issues.apache.org/jira/browse/PARQUET-1418
> Project: Parquet
> Issue Type: Improvement
> Reporter: Zoltan Ivanfi
> Assignee: Zoltan Ivanfi
> Priority: Major
> Labels: pull-request-available
>
> Currently Travis only runs the unit tests. It should run the integration
> tests as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)