You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/08/11 20:59:04 UTC

[arrow] branch master updated: ARROW-17385: [Integration] Re-enable Rust integration case (#13852) (#13858)

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

lidavidm 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 cdab965075 ARROW-17385: [Integration] Re-enable Rust integration case (#13852) (#13858)
cdab965075 is described below

commit cdab96507561592e20253992b566ba729ebc7a3f
Author: David Li <li...@gmail.com>
AuthorDate: Thu Aug 11 16:58:59 2022 -0400

    ARROW-17385: [Integration] Re-enable Rust integration case (#13852) (#13858)
    
    Redo the PR since the original ended up with the wrong commit message.
    
    Authored-by: David Li <li...@gmail.com>
    Signed-off-by: David Li <li...@gmail.com>
---
 dev/archery/archery/integration/runner.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/archery/archery/integration/runner.py b/dev/archery/archery/integration/runner.py
index 478cb73da0..8a807497e7 100644
--- a/dev/archery/archery/integration/runner.py
+++ b/dev/archery/archery/integration/runner.py
@@ -430,7 +430,6 @@ def run_all_tests(with_cpp=True, with_java=True, with_js=True,
         Scenario(
             "middleware",
             description="Ensure headers are propagated via middleware.",
-            skip={"Rust"}   # TODO(ARROW-10961): tonic upgrade needed
         ),
         Scenario(
             "flight_sql",