From 948b1c5aeae559df1f8a637819e7cab65d016cc6 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 20 Sep 2023 16:40:40 +0200 Subject: [PATCH] Re-enable other integration tests --- ci/scripts/integration_arrow.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ci/scripts/integration_arrow.sh b/ci/scripts/integration_arrow.sh index db91817409f47..a165f8027bf8f 100755 --- a/ci/scripts/integration_arrow.sh +++ b/ci/scripts/integration_arrow.sh @@ -24,16 +24,15 @@ gold_dir=$arrow_dir/testing/data/arrow-ipc-stream/integration pip install -e $arrow_dir/dev/archery[integration] -# --run-ipc \ -# --run-flight \ - # Rust can be enabled by exporting ARCHERY_INTEGRATION_WITH_RUST=1 time archery integration \ --run-c-data \ + --run-ipc \ + --run-flight \ --with-cpp=1 \ - --with-csharp=0 \ - --with-java=0 \ - --with-js=0 \ + --with-csharp=1 \ + --with-java=1 \ + --with-js=1 \ --with-go=1 \ --gold-dirs=$gold_dir/0.14.1 \ --gold-dirs=$gold_dir/0.17.1 \