mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-17 17:32:24 +08:00
Update test to accept flags instead of a bool
This commit is contained in:
@@ -30,7 +30,7 @@ bool testcase_jitter::run() {
|
||||
|
||||
if (flipcoin()) {
|
||||
jitter_delay();
|
||||
txn_begin(true);
|
||||
txn_begin(MDBX_RDONLY);
|
||||
fetch_canary();
|
||||
jitter_delay();
|
||||
txn_end(flipcoin());
|
||||
@@ -51,7 +51,7 @@ bool testcase_jitter::run() {
|
||||
|
||||
if (flipcoin()) {
|
||||
jitter_delay();
|
||||
txn_begin(true);
|
||||
txn_begin(MDBX_RDONLY);
|
||||
jitter_delay();
|
||||
txn_end(flipcoin());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user