mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Check local sequential consistency in dbsim
- Release commit time critical section in callback - Check the consistency inside commit order critical section Other: Add 2pc switch to dbsim
This commit is contained in:
@ -95,6 +95,12 @@ db::params db::parse_args(int argc, char** argv)
|
||||
"Configure TLS service stubs.\n0 default disabled\n1 enabled\n"
|
||||
"2 enabled with short read/write and renegotiation simulation\n"
|
||||
"3 enabled with error simulation.")
|
||||
("check-sequential-consistency",
|
||||
po::value<bool>(¶ms.check_sequential_consistency),
|
||||
"Check if the provider provides sequential consistency")
|
||||
("do-2pc",
|
||||
po::value<bool>(¶ms.do_2pc),
|
||||
"Run commits in 2pc")
|
||||
;
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user