From d4c09f9b785d73df35e75090ade8436cf038bbd3 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: Wed, 12 Jun 2024 17:31:05 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-testing:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B1=D0=BE=D1=80=D0=B0=20?= =?UTF-8?q?=D1=80=D0=B5=D0=B6=D0=B8=D0=BC=D0=BE=D0=B2=20=D0=B2=20"=D0=B4?= =?UTF-8?q?=D0=BE=D0=BB=D0=B3=D0=BE=D0=BC=20=D1=81=D1=82=D0=BE=D1=85=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=BE=D0=BC".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/long_stochastic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/long_stochastic.sh b/test/long_stochastic.sh index d761d73e..0e38a301 100755 --- a/test/long_stochastic.sh +++ b/test/long_stochastic.sh @@ -394,7 +394,7 @@ else fi if [ "$EXTRA" != "no" ]; then - options=(writemap lifo nostickythreads perturb nomeminit nordahead) + options=(perturb nomeminit nordahead writemap lifo nostickythreads) else options=(writemap lifo nostickythreads) fi