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

Function test_write_error2

src/osd/ECInject.cc:340–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 bool test_write_error2(const hobject_t& o) {
341 return test_error(
342 ghobject_t(o, ghobject_t::NO_GEN, shard_id_t::NO_SHARD),
343 &write_failures2);
344 }
345
346 bool test_write_error3(const hobject_t& o) {
347 return test_error(

Callers 2

Calls 2

test_errorFunction · 0.85
ghobject_tClass · 0.85

Tested by

no test coverage detected