enable faulty query

This commit is contained in:
pedrocarlo 2025-07-03 15:12:32 -03:00
parent 4a3b0bcf42
commit 5f9abb62c4

View file

@ -84,7 +84,7 @@ pub struct SimulatorCLI {
pub disable_select_optimizer: bool,
#[clap(long, help = "disable FsyncNoWait Property", default_value_t = true)]
pub disable_fsync_no_wait: bool,
#[clap(long, help = "disable FaultyQuery Property", default_value_t = true)]
#[clap(long, help = "disable FaultyQuery Property", default_value_t = false)]
pub disable_faulty_query: bool,
#[clap(long, help = "disable Reopen-Database fault", default_value_t = false)]
pub disable_reopen_database: bool,