MCPcopy Create free account
hub / github.com/apache/arrow / ListActionsErrorFlightServer

Class ListActionsErrorFlightServer

python/pyarrow/tests/test_flight.py:327–332  ·  view source on GitHub ↗

A Flight server that tests ListActions.

Source from the content-addressed store, hash-verified

325
326
327class ListActionsErrorFlightServer(FlightServerBase):
328 """A Flight server that tests ListActions."""
329
330 def list_actions(self, context):
331 yield ("action-1", "")
332 yield "foo"
333
334
335class CheckTicketFlightServer(FlightServerBase):

Callers 1

test_list_actionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_list_actionsFunction · 0.68