Philipp Moritz created ARROW-5669:
-------------------------------------
Summary: [crossbow] manylinux1 wheel building failing
Key: ARROW-5669
URL: https://issues.apache.org/jira/browse/ARROW-5669
Project: Apache Arrow
Issue Type: Improvement
Reporter: Philipp Moritz
I tried to set up a crossbow queue (on
a0e1fbb9ef51d05a3f28e221cf8c5d4031a50c93), and right now building the
manylinux1 wheels seems to be failing because of the arrow flight tests:
{code:java}
_______________________________ test_tls_do_get ________________________________
def test_tls_do_get():
"""Try a simple do_get call over TLS."""
table = simple_ints_table()
> certs = example_tls_certs()
usr/local/lib/python3.6/site-packages/pyarrow/tests/test_flight.py:563:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
usr/local/lib/python3.6/site-packages/pyarrow/tests/test_flight.py:64: in
example_tls_certs
"root_cert": read_flight_resource("root-ca.pem"),
usr/local/lib/python3.6/site-packages/pyarrow/tests/test_flight.py:48: in
read_flight_resource
root = resource_root()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
def resource_root():
"""Get the path to the test resources directory."""
if not os.environ.get("ARROW_TEST_DATA"):
> raise RuntimeError("Test resources not found; set "
"ARROW_TEST_DATA to <repo root>/testing")
E RuntimeError: Test resources not found; set ARROW_TEST_DATA to
<repo root>/testing
usr/local/lib/python3.6/site-packages/pyarrow/tests/test_flight.py:41:
RuntimeError{code}
This may have been introduced in
[https://github.com/apache/arrow/pull/4594|https://github.com/apache/arrow/pull/4594.]
Any thoughts how we should proceed with this?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)