From 42706c45a07abf4c4ebb4b3222a2af24f2aabc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Fri, 7 Mar 2025 10:43:01 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-tests:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5?= =?UTF-8?q?=D1=80=D0=B6=D0=BA=D0=B8=20=D0=BE=D0=BF=D1=86=D0=B8=D0=B8=20`MD?= =?UTF-8?q?BX=5FVALIDATION`=20=D0=B8=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B2=20?= =?UTF-8?q?=D1=81=D1=82=D0=BE=D1=85=D0=B0=D1=81=D1=82=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D1=81=D0=BA=D0=BE=D0=BC=20=D1=82=D0=B5=D1=81=D1=82=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/config.c++ | 1 + test/stochastic.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/config.c++ b/test/config.c++ index f9e75dac..4bc20b32 100644 --- a/test/config.c++ +++ b/test/config.c++ @@ -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)}, diff --git a/test/stochastic.sh b/test/stochastic.sh index 18ea6737..d7abcdf5 100755 --- a/test/stochastic.sh +++ b/test/stochastic.sh @@ -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