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

Method test_error

c_glib/test/flight/test-client.rb:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 end
80
81 def test_error
82 client = ArrowFlight::Client.new(@location)
83 assert_raise(Arrow::Error::Invalid) do
84 client.do_get(ArrowFlight::Ticket.new("invalid"))
85 end
86 end
87 end
88
89 sub_test_case("#do_put") do

Callers

nothing calls this directly

Calls 9

writerMethod · 0.80
newMethod · 0.45
do_getMethod · 0.45
page_view_descriptorMethod · 0.45
page_view_tableMethod · 0.45
do_putMethod · 0.45
schemaMethod · 0.45
readMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected