You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/04/14 23:41:00 UTC

[jira] [Updated] (ARROW-11908) [Rust] Intermittent Flight integration test failures

     [ https://issues.apache.org/jira/browse/ARROW-11908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson updated ARROW-11908:
------------------------------------
    Fix Version/s:     (was: 4.0.0)
                   5.0.0

> [Rust] Intermittent Flight integration test failures
> ----------------------------------------------------
>
>                 Key: ARROW-11908
>                 URL: https://issues.apache.org/jira/browse/ARROW-11908
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Integration, Rust
>            Reporter: Andrew Lamb
>            Assignee: Andrew Lamb
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This is similar to the symptoms seen in ARROW-11717 but it is still happening  intermittently
> On two separate PR I see similar failures:
> https://github.com/apache/arrow/pull/9645/checks?check_run_id=2052183132
> https://github.com/apache/arrow/pull/9647/checks?check_run_id=2051946608
> Example failure:
> {code}
> subprocess.CalledProcessError: Command '['/build/cpp/debug/flight-test-integration-client', '-host', 'localhost', '-port=41743', '-scenario', 'auth:basic_proto']' died with <Signals.SIGABRT: 6>.
> During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
>   File "/arrow/dev/archery/archery/integration/runner.py", line 308, in _run_flight_test_case
>     consumer.flight_request(port, **client_args)
>   File "/arrow/dev/archery/archery/integration/tester_cpp.py", line 116, in flight_request
>     run_cmd(cmd)
>   File "/arrow/dev/archery/archery/integration/util.py", line 148, in run_cmd
>     raise RuntimeError(sio.getvalue())
> RuntimeError: Command failed: /build/cpp/debug/flight-test-integration-client -host localhost -port=41743 -scenario auth:basic_proto
> With output:
> --------------
> -- Arrow Fatal Error --
> Invalid: Expected UNAUTHENTICATED but got Unavailable
> --------------
> ################# FAILURES #################
> FAILED TEST: auth:basic_proto Rust producing,  C++ consuming
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)