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

Method TearDownTest

cpp/src/arrow/flight/test_definitions.cc:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 ASSERT_OK(ConnectClient());
162}
163void DataTest::TearDownTest() {
164 ASSERT_OK(client_->Close());
165 ASSERT_OK(server_->Shutdown());
166}
167Status DataTest::ConnectClient() {
168 ARROW_ASSIGN_OR_RAISE(auto location,
169 Location::ForScheme(transport(), "127.0.0.1", server_->port()));

Callers

nothing calls this directly

Calls 5

supports_asyncFunction · 0.70
CloseMethod · 0.45
ShutdownMethod · 0.45
clearMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected