[
https://issues.apache.org/jira/browse/ARROW-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433982#comment-16433982
]
ASF GitHub Bot commented on ARROW-2097:
---------------------------------------
pitrou closed pull request #1883: ARROW-2097: [CI, Python] Reduce Travis-CI
verbosity
URL: https://github.com/apache/arrow/pull/1883
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/ci/travis_script_python.sh b/ci/travis_script_python.sh
index a776c4263..8421e5cd3 100755
--- a/ci/travis_script_python.sh
+++ b/ci/travis_script_python.sh
@@ -84,7 +84,7 @@ fi
export PYARROW_BUILD_TYPE=$ARROW_BUILD_TYPE
pip install -q -r requirements.txt
-python setup.py build_ext --with-parquet --with-plasma --with-orc\
+python setup.py build_ext -q --with-parquet --with-plasma --with-orc\
install -q --single-version-externally-managed --record=record.text
popd
@@ -105,7 +105,7 @@ if [ $TRAVIS_OS_NAME == "linux" ]; then
fi
PYARROW_PATH=$CONDA_PREFIX/lib/python$PYTHON_VERSION/site-packages/pyarrow
-python -m pytest -vv -r sxX --durations=15 -s $PYARROW_PATH --parquet
+python -m pytest -r sxX --durations=15 $PYARROW_PATH --parquet
if [ "$PYTHON_VERSION" == "3.6" ] && [ $TRAVIS_OS_NAME == "linux" ]; then
# Build documentation once
----------------------------------------------------------------
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]
> [Python] Suppress valgrind stdout/stderr in Travis CI builds when there are
> no errors
> -------------------------------------------------------------------------------------
>
> Key: ARROW-2097
> URL: https://issues.apache.org/jira/browse/ARROW-2097
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Continuous Integration, Python
> Reporter: Wes McKinney
> Priority: Major
> Labels: pull-request-available
>
> See https://travis-ci.org/apache/arrow/jobs/337777265#L7858. It might be nice
> to have an environment variable so that this can be toggled on or off, for
> debugging purposes. See also ARROW-1380
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)