You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/06/18 20:14:00 UTC

[jira] [Created] (ARROW-5644) [Python] test_flight.py::test_tls_do_get appears to hang

Wes McKinney created ARROW-5644:
-----------------------------------

             Summary: [Python] test_flight.py::test_tls_do_get appears to hang
                 Key: ARROW-5644
                 URL: https://issues.apache.org/jira/browse/ARROW-5644
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Wes McKinney
             Fix For: 0.14.0


Running the unit tests locally on Ubuntu 19.04 with dependencies from conda-forge, I'm hanging on this test

{code}
pyarrow/tests/test_flight.py::test_flight_do_get_ints PASSED                                                                       [ 38%]
pyarrow/tests/test_flight.py::test_flight_do_get_dicts PASSED                                                                      [ 38%]
pyarrow/tests/test_flight.py::test_flight_do_get_ticket PASSED                                                                     [ 38%]
pyarrow/tests/test_flight.py::test_flight_get_info PASSED                                                                          [ 38%]
pyarrow/tests/test_flight.py::test_flight_domain_socket PASSED                                                                     [ 38%]
pyarrow/tests/test_flight.py::test_flight_large_message SKIPPED                                                                    [ 38%]
pyarrow/tests/test_flight.py::test_flight_generator_stream PASSED                                                                  [ 38%]
pyarrow/tests/test_flight.py::test_flight_invalid_generator_stream PASSED                                                          [ 38%]
pyarrow/tests/test_flight.py::test_timeout_fires PASSED                                                                            [ 38%]
pyarrow/tests/test_flight.py::test_timeout_passes PASSED                                                                           [ 38%]
pyarrow/tests/test_flight.py::test_http_basic_unauth PASSED                                                                        [ 38%]
pyarrow/tests/test_flight.py::test_http_basic_auth PASSED                                                                          [ 38%]
pyarrow/tests/test_flight.py::test_http_basic_auth_invalid_password PASSED                                                         [ 38%]
pyarrow/tests/test_flight.py::test_token_auth PASSED                                                                               [ 38%]
pyarrow/tests/test_flight.py::test_token_auth_invalid PASSED                                                                       [ 39%]
pyarrow/tests/test_flight.py::test_location_invalid PASSED                                                                         [ 39%]
pyarrow/tests/test_flight.py::test_tls_fails SKIPPED                                                                               [ 39%]
pyarrow/tests/test_flight.py::test_tls_do_get 
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)