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

Function test_write_error3

src/osd/ECInject.cc:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 }
345
346 bool test_write_error3(const hobject_t& o) {
347 return test_error(
348 ghobject_t(o, ghobject_t::NO_GEN, shard_id_t::NO_SHARD),
349 &write_failures3);
350 }
351
352 /**
353 * @brief Test whether parity read inject is set for a particular object.

Callers 2

handle_sub_writeMethod · 0.85
handle_sub_writeMethod · 0.85

Calls 2

test_errorFunction · 0.85
ghobject_tClass · 0.85

Tested by

no test coverage detected