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