Skip to content

Commit

Permalink
test: enforce metadata consistency checks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 21, 2024
1 parent a17599d commit 101fbd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tool_main_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ struct random_file_tree_options {

auto constexpr default_fs_opts = reader::filesystem_options{
.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 {
public:
Expand Down

0 comments on commit 101fbd6

Please sign in to comment.