mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-17 17:32:24 +08:00
Add test case for txn try
This commit is contained in:
@@ -29,6 +29,8 @@ const char *testcase2str(const actor_testcase testcase) {
|
||||
return "deadwrite";
|
||||
case ac_jitter:
|
||||
return "jitter";
|
||||
case ac_try:
|
||||
return "try";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -443,6 +445,9 @@ bool test_execute(const actor_config &config) {
|
||||
case ac_jitter:
|
||||
test.reset(new testcase_jitter(config, pid));
|
||||
break;
|
||||
case ac_try:
|
||||
test.reset(new testcase_try(config, pid));
|
||||
break;
|
||||
default:
|
||||
test.reset(new testcase(config, pid));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user