Add a test for replicated bitmap scrub

This commit is contained in:
Vitaliy Filippov
2026-06-13 19:56:06 +03:00
parent 67fdf1142b
commit 553cc8ef87
2 changed files with 104 additions and 2 deletions
+2 -2
View File
@@ -240,7 +240,7 @@ struct osd_test_fixture_t
op->buf = (uint8_t*)build_list_buf(objects);
op->retval = (int)objects.size();
op->version = stable_count;
op->callback(op);
std::function<void(blockstore_op_t*)>(op->callback)(op);
}
// Pop the OSD_OP_SEC_LIST sent to `osd_num` and reply with the given
@@ -266,7 +266,7 @@ struct osd_test_fixture_t
op->reply.hdr.retval = (int64_t)objects.size();
op->reply.sec_list.stable_count = stable_count;
op->buf = build_list_buf(objects);
op->callback(op);
std::function<void(osd_op_t*)>(op->callback)(op);
}
// Pop the first sent op of given opcode from peer's outbox. Aborts if