mdbx-test: добавление тестов для mdbx_env_resurrect_after_fork().

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2023-11-08 19:58:18 +03:00
parent af4dfe541b
commit d9f49b17de
10 changed files with 276 additions and 9 deletions

View File

@@ -25,6 +25,10 @@ enum actor_testcase {
ac_hill,
ac_deadread,
ac_deadwrite,
#if !defined(_WIN32) && !defined(_WIN64)
ac_forkread,
ac_forkwrite,
#endif /* Windows */
ac_jitter,
ac_try,
ac_copy,