| 144 | } |
| 145 | |
| 146 | TEST_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 | |
| 154 | TEST_F(TestHadoopFileSystem, MultipleClients) { |
| 155 | SKIP_IF_NO_DRIVER(); |
nothing calls this directly
no test coverage detected