This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c1d77a1  ARROW-2076: [Python] Display slowest test durations
c1d77a1 is described below

commit c1d77a130fc571c5d7e8016a5405f9833cb6ac78
Author: Antoine Pitrou <[email protected]>
AuthorDate: Thu Feb 1 19:19:14 2018 +0100

    ARROW-2076: [Python] Display slowest test durations
    
    Author: Antoine Pitrou <[email protected]>
    
    Closes #1541 from pitrou/slowest-test-durations and squashes the following 
commits:
    
    cf5e9c8 [Antoine Pitrou] [Python] Display slowest test durations
---
 ci/msvc-build.bat          | 2 +-
 ci/travis_script_python.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/msvc-build.bat b/ci/msvc-build.bat
index 9651772..58dfc2a 100644
--- a/ci/msvc-build.bat
+++ b/ci/msvc-build.bat
@@ -145,6 +145,6 @@ pushd python
 
 set PYARROW_CXXFLAGS=/WX
 python setup.py build_ext --inplace --with-parquet --bundle-arrow-cpp 
bdist_wheel  || exit /B
-py.test pyarrow -v -s --parquet || exit /B
+py.test pyarrow -r sxX --durations=15 -v -s --parquet || exit /B
 
 popd
diff --git a/ci/travis_script_python.sh b/ci/travis_script_python.sh
index 9e74906..7c896df 100755
--- a/ci/travis_script_python.sh
+++ b/ci/travis_script_python.sh
@@ -96,7 +96,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 -s $PYARROW_PATH --parquet
+python -m pytest -vv -r sxX --durations=15 -s $PYARROW_PATH --parquet
 
 if [ "$PYTHON_VERSION" == "3.6" ] && [ $TRAVIS_OS_NAME == "linux" ]; then
   # Build documentation once

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to