mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
test: enforce metadata consistency checks by default
This commit is contained in:
parent
a17599dc4c
commit
101fbd6313
@ -172,7 +172,8 @@ struct random_file_tree_options {
|
|||||||
|
|
||||||
auto constexpr default_fs_opts = reader::filesystem_options{
|
auto constexpr default_fs_opts = reader::filesystem_options{
|
||||||
.block_cache = {.max_bytes = 256 * 1024,
|
.block_cache = {.max_bytes = 256 * 1024,
|
||||||
.sequential_access_detector_threshold = 4}};
|
.sequential_access_detector_threshold = 4},
|
||||||
|
.metadata = {.check_consistency = true}};
|
||||||
|
|
||||||
class mkdwarfs_tester : public tester_common {
|
class mkdwarfs_tester : public tester_common {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user