You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2019/01/15 16:32:08 UTC

[arrow] branch master updated: ARROW-4266: [Python][CI] Disable ORC tests in dask integration test

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

kszucs 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 5a7507c  ARROW-4266: [Python][CI] Disable ORC tests in dask integration test
5a7507c is described below

commit 5a7507c9f28f5175c367f483accc072891f53905
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Tue Jan 15 17:31:48 2019 +0100

    ARROW-4266: [Python][CI] Disable ORC tests in dask integration test
    
    [kszucs/crossbow/build-415](https://github.com/kszucs/crossbow/branches/all?utf8=%E2%9C%93&query=build-415)
    
    Author: Krisztián Szűcs <sz...@gmail.com>
    
    Closes #3405 from kszucs/ARROW-4266 and squashes the following commits:
    
    16bc7642 <Krisztián Szűcs> don't run orc tests
---
 integration/dask/runtest.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/integration/dask/runtest.sh b/integration/dask/runtest.sh
index 9a37e0a..baf9ccf 100755
--- a/integration/dask/runtest.sh
+++ b/integration/dask/runtest.sh
@@ -29,6 +29,7 @@ python -c "import pyarrow.parquet"
 # pytest -sv --pyargs dask.bytes.tests.test_hdfs
 # pytest -sv --pyargs dask.bytes.tests.test_local
 
-pytest -v --pyargs dask.dataframe.io.tests.test_orc
+# TODO(kszucs): re-enable it, for more see ARROW-3910
+# pytest -v --pyargs dask.dataframe.io.tests.test_orc
 pytest -v --pyargs dask.dataframe.io.tests.test_parquet
 pytest -v --pyargs dask.dataframe.tests.test_dataframe