You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/02/13 22:29:56 UTC

[arrow] branch master updated (1a5cb56 -> d4e3898)

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

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


    from 1a5cb56  ARROW-7833: [R] Make install_arrow() actually install arrow
     add d4e3898  ARROW-6165: [Integration] Run integration tests on multiple cores

No new revisions were added by this update.

Summary of changes:
 .github/workflows/integration.yml              |   4 +
 ci/docker/conda-integration.dockerfile         |   1 +
 dev/archery/archery/cli.py                     |   4 +-
 dev/archery/archery/integration/runner.py      | 277 +++++++++++++++----------
 dev/archery/archery/integration/tester.py      |   7 +-
 dev/archery/archery/integration/tester_cpp.py  |  30 +--
 dev/archery/archery/integration/tester_go.py   |   6 +-
 dev/archery/archery/integration/tester_java.py |  28 +--
 dev/archery/archery/integration/tester_js.py   |  16 +-
 dev/archery/archery/integration/util.py        |  89 +++++++-
 10 files changed, 308 insertions(+), 154 deletions(-)