| 329 | } |
| 330 | |
| 331 | bool test_write_error1(const ghobject_t& o) { |
| 332 | bool rc = test_error(o, &write_failures1); |
| 333 | if (rc) { |
| 334 | // Set up error inject to generate OSD down |
| 335 | write_error(o, 2, 0, 1); |
| 336 | } |
| 337 | return rc; |
| 338 | } |
| 339 | |
| 340 | bool test_write_error2(const hobject_t& o) { |
| 341 | return test_error( |
no test coverage detected