mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-19 18:12:21 +08:00
mdbx-test: auto-reducing nops for nested and ttl testcases.
Change-Id: Ie060c580e87becbc033611e00532449522f3adbe
This commit is contained in:
@@ -398,8 +398,7 @@ bool testcase::should_continue(bool check_timeout_only) const {
|
||||
result = false;
|
||||
}
|
||||
|
||||
if (!check_timeout_only && config.params.test_nops &&
|
||||
nops_completed >= config.params.test_nops)
|
||||
if (!check_timeout_only && nops_target && nops_completed >= nops_target)
|
||||
result = false;
|
||||
|
||||
if (result)
|
||||
|
||||
Reference in New Issue
Block a user