mdbx-test: more for --ignore-dbfull option.

Change-Id: I92c284edd889455eefefec12d3315b6f5d37cdc5
This commit is contained in:
Leonid Yuriev 2019-06-24 02:55:26 +03:00
parent da99dcdb87
commit c9c985ae5d

View File

@ -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()) {