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

Function TEST_F

cpp/src/arrow/io/hdfs_test.cc:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146TEST_F(TestHadoopFileSystem, ConnectsAgain) {
147 SKIP_IF_NO_DRIVER();
148
149 std::shared_ptr<HadoopFileSystem> client;
150 ASSERT_OK(HadoopFileSystem::Connect(&this->conf_, &client));
151 ASSERT_OK(client->Disconnect());
152}
153
154TEST_F(TestHadoopFileSystem, MultipleClients) {
155 SKIP_IF_NO_DRIVER();

Callers

nothing calls this directly

Calls 15

RandomDataFunction · 0.85
MakeScratchDirMethod · 0.80
ScratchPathMethod · 0.80
HdfsAbsPathMethod · 0.80
WriteDummyFileMethod · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.50
DisconnectMethod · 0.45
ListDirectoryMethod · 0.45
ExistsMethod · 0.45
DeleteMethod · 0.45
MakeDirectoryMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected