Skip to content

Commit

Permalink
ARROW-8389: [Integration] Run tests in parallel
Browse files Browse the repository at this point in the history
Now that Flight port binding has been fixed in ARROW-8176, we are able to run integration tests in parallel.

Closes #6888 from pitrou/ARROW-8389-integration-tests-parallel

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
pitrou authored and nealrichardson committed Apr 9, 2020
1 parent edd88d7 commit 2914899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ services:
/arrow/ci/scripts/java_build.sh /arrow /build &&
/arrow/ci/scripts/js_build.sh /arrow /build &&
pip install -e /arrow/dev/archery &&
archery integration --with-all --serial --run-flight"]
archery integration --with-all --run-flight"]

################################ Docs #######################################

Expand Down

0 comments on commit 2914899

Please sign in to comment.