mapleFU commented on PR #34728:
URL: https://github.com/apache/arrow/pull/34728#issuecomment-1486192490
Python test failed:
```
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
> ???
E pyarrow._flight.FlightCancelledError: Flight cancelled call, with
message: CANCELLED. gRPC client debug context: UNKNOWN:Error received from peer
localhost:49542 {grpc_message:"CANCELLED", grpc_status:1,
created_time:"2023-03-28T03:52:31.535724+00:00"}. Client context: IOError:
Server never sent a data message. Detail: Internal
pyarrow/_flight.pyx:62: FlightCancelledError
----------------------------- Captured stderr call
-----------------------------
E0328 03:52:31.504445000 123145443127296 ssl_transport_security.cc:1854] No
match found for server name: fakehostname.
E0328 03:52:31.515087000 123145443127296 ssl_transport_security.cc:1854] No
match found for server name: fakehostname.
=============================== warnings summary
===============================
tests/test_plasma.py::TestPlasmaClient::test_subscribe_socket
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_pytest/python.py:195:
ResourceWarning: unclosed <socket.socket fd=303, family=1, type=1, proto=0>
result = testfunction(**testargs)
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/test_substrait.py::test_named_table_invalid_table_name
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_pytest/unraisableexception.py:78:
PytestUnraisableExceptionWarning: Exception ignored in:
'pyarrow._substrait._create_named_table_provider'
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyarrow/tests/test_substrait.py",
line 250, in table_provider
raise Exception("Unrecognized table name")
Exception: Unrecognized table name
warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info
============================
```
Seems this isn't caused by me?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]