mdbx-test: add verifying by speculum option.

Change-Id: I3d689234d0214f93f27dd2581bd9d0658692c0c9
This commit is contained in:
Leonid Yuriev
2019-10-09 17:56:59 +03:00
parent 1573d110f6
commit 66430fd10d
7 changed files with 223 additions and 210 deletions

View File

@@ -29,7 +29,6 @@ static unsigned edge2count(uint64_t edge, unsigned count_max) {
}
bool testcase_ttl::run() {
MDBX_dbi dbi;
int err = db_open__begin__table_create_open_clean(dbi);
if (unlikely(err != MDBX_SUCCESS)) {
log_notice("ttl: bailout-prepare due '%s'", mdbx_strerror(err));