mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:34:13 +08:00
mdbx-test: more for --ignore-dbfull
option.
Change-Id: I92c284edd889455eefefec12d3315b6f5d37cdc5
This commit is contained in:
parent
da99dcdb87
commit
c9c985ae5d
@ -297,8 +297,11 @@ bool testcase_hill::run() {
|
||||
report(1);
|
||||
}
|
||||
|
||||
if (txn_guard)
|
||||
txn_end(false);
|
||||
if (txn_guard) {
|
||||
err = breakable_restart();
|
||||
if (unlikely(err != MDBX_SUCCESS))
|
||||
log_notice("downhill: bailout at commit due '%s'", mdbx_strerror(err));
|
||||
}
|
||||
|
||||
if (dbi) {
|
||||
if (config.params.drop_table && !mode_readonly()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user