MCPcopy Create free account
hub / github.com/ceph/ceph / TearDown

Method TearDown

src/test/immutable_object_cache/test_DomainSocket.cc:69–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void TearDown() override {
70
71 delete m_cache_client;
72 m_cache_server->stop();
73 if (srv_thd->joinable()) {
74 srv_thd->join();
75 }
76 delete m_cache_server;
77 std::remove(m_local_path.c_str());
78 delete srv_thd;
79 }
80
81 void handle_request(CacheSession* session_id, ObjectCacheRequest* req) {
82

Callers

nothing calls this directly

Calls 5

joinableMethod · 0.80
removeFunction · 0.50
stopMethod · 0.45
joinMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected