| 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. |
no test coverage detected