fix: Add pyarrow date64/time64('ns') to the list of supported Arrow d… #38
GitHub Actions / check-ci test report
failed
Sep 25, 2024 in 0s
9595 tests run, 34 skipped, 2 failed.
Annotations
Check failure on line 1 in test_plugin_client/PluginClientTestCase
github-actions / check-ci test report
tests/test_plugin_client.py.test_publish_fetch [released Plugin object]
Exception not raised
Raw output
Traceback (most recent call last):
File "/project/tests/test_plugin_client.py", line 88, in test_publish_fetch
with self.assertRaises(Exception):
AssertionError: Exception not raised
Check failure on line 1 in test_plugin_client/PluginClientTestCase
github-actions / check-ci test report
tests/test_plugin_client.py.test_publish_fetch [Fetchable in the Plugin object]
<_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.CANCELLED
details = "Received RST_STREAM with error code 8"
debug_error_string = "UNKNOWN:Error received from peer ipv4:172.21.0.2:10000 {created_time:"2024-09-25T16:50:24.663410306+00:00", grpc_status:1, grpc_message:"Received RST_STREAM with error code 8"}"
>
Raw output
Traceback (most recent call last):
File "/project/tests/test_plugin_client.py", line 63, in test_publish_fetch
payload, refs = next(plugin_client.resp_stream)
File "/project/pydeephaven/experimental/plugin_client.py", line 128, in __next__
resp = next(self.stream_resp)
File "/usr/local/lib/python3.10/site-packages/grpc/_channel.py", line 543, in __next__
return self._next()
File "/usr/local/lib/python3.10/site-packages/grpc/_channel.py", line 952, in _next
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.CANCELLED
details = "Received RST_STREAM with error code 8"
debug_error_string = "UNKNOWN:Error received from peer ipv4:172.21.0.2:10000 {created_time:"2024-09-25T16:50:24.663410306+00:00", grpc_status:1, grpc_message:"Received RST_STREAM with error code 8"}"
>
Loading