mdbx-tests: refine after last pull-request.

Refine after 4e40af60e7 (Merge pull request #20 from rouzier/feature/txn_try).
This commit is contained in:
Leo Yuriev
2017-10-26 21:14:29 +03:00
parent 17b8e48bf4
commit 32c5c3b761
5 changed files with 33 additions and 31 deletions

View File

@@ -30,7 +30,7 @@ bool testcase_jitter::run() {
if (flipcoin()) {
jitter_delay();
txn_begin(MDBX_RDONLY);
txn_begin(true);
fetch_canary();
jitter_delay();
txn_end(flipcoin());
@@ -51,7 +51,7 @@ bool testcase_jitter::run() {
if (flipcoin()) {
jitter_delay();
txn_begin(MDBX_RDONLY);
txn_begin(true);
jitter_delay();
txn_end(flipcoin());
}