Add a regression test for scrub bitmap comparison (EC 3+3, only chunk 1 written and lost)

This commit is contained in:
Vitaliy Filippov
2026-06-15 01:52:04 +03:00
parent af2b1e28e3
commit fd84d84279
5 changed files with 146 additions and 37 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ uint64_t blockstore_mock_t::get_free_block_count()
uint64_t blockstore_mock_t::get_journal_size()
{
return 0;
return 32*1024*1024;
}
uint32_t blockstore_mock_t::get_bitmap_granularity()