mirror of
https://github.com/isar/libmdbx.git
synced 2025-04-19 15:37:45 +08:00
mdbx-tests: добавление поддержки опции MDBX_VALIDATION
и использование в стохастическом тесте (backport).
This commit is contained in:
parent
2fbdaccf60
commit
484b488f92
@ -342,6 +342,7 @@ const struct option_verb mode_bits[] = {{"rdonly", unsigned(MDBX_RDONLY)},
|
||||
{"perturb", unsigned(MDBX_PAGEPERTURB)},
|
||||
{"accede", unsigned(MDBX_ACCEDE)},
|
||||
{"exclusive", unsigned(MDBX_EXCLUSIVE)},
|
||||
{"validation", unsigned(MDBX_VALIDATION)},
|
||||
{nullptr, 0}};
|
||||
|
||||
const struct option_verb table_bits[] = {{"key.reverse", unsigned(MDBX_REVERSEKEY)},
|
||||
|
@ -440,7 +440,7 @@ else
|
||||
fi
|
||||
|
||||
if [ "$EXTRA" != "no" ]; then
|
||||
options=(perturb nomeminit nordahead writemap lifo nostickythreads)
|
||||
options=(perturb nomeminit nordahead writemap lifo nostickythreads validation)
|
||||
else
|
||||
options=(writemap lifo nostickythreads)
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user