From 31810c9957e3e9b249281d3e00cf7dbf93135a0b Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Fri, 21 Sep 2018 00:18:43 +0300 Subject: [PATCH] mdbx-test: drop obsolete failfast cases inside 'gc.sh' script. --- test/gc.sh | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/test/gc.sh b/test/gc.sh index 10440169..be6991a4 100755 --- a/test/gc.sh +++ b/test/gc.sh @@ -30,34 +30,6 @@ function probe { ############################################################################### -caption="Failfast #1" probe \ - --pagesize=min --size=6G --table=+data.dups --keylen.min=min --keylen.max=max --datalen.min=min --datalen.max=max \ - --nops=99999 --batch.write=9 --mode=-writemap,-coalesce,+lifo --keygen.seed=248240655 basic - -caption="Failfast #2" probe \ - --pagesize=min --size=6G --table=-data.dups --keylen.min=min --keylen.max=max --datalen.min=min --datalen.max=1111 \ - --nops=999999 --batch.write=999 --mode=+writemap,+coalesce,+lifo --keygen.seed=259083046 basic - -caption="Failfast #3" probe \ - --pagesize=min --size=6G --table=-data.dups --keylen.min=min --keylen.max=max --datalen.min=min --datalen.max=1111 \ - --nops=999999 --batch.write=999 --mode=+writemap,+coalesce,+lifo --keygen.seed=522365681 basic - -caption="Failfast #4" probe \ - --pagesize=min --size=6G --table=-data.dups --keylen.min=min --keylen.max=max --datalen.min=min --datalen.max=1111 \ - --nops=999999 --batch.write=9999 --mode=-writemap,+coalesce,+lifo --keygen.seed=866083781 basic - -caption="Failfast #5" probe \ - --pagesize=min --size=6G --table=-data.dups --keylen.min=min --keylen.max=max --datalen.min=min --datalen.max=1111 \ - --nops=999999 --batch.write=999 --mode=+writemap,-coalesce,+lifo --keygen.seed=246539192 basic - -caption="Failfast #6" probe \ - --pagesize=min --size=6G --table=-data.dups --keylen.min=min --keylen.max=max --datalen.min=min --datalen.max=1111 \ - --nops=999999 --batch.write=999 --mode=+writemap,+coalesce,+lifo --keygen.seed=540406278 basic - -caption="Failfast #7" probe \ - --pagesize=min --size=6G --table=+data.dups --keylen.min=min --keylen.max=max --datalen.min=min --datalen.max=max \ - --nops=999999 --batch.write=999 --mode=-writemap,+coalesce,+lifo --keygen.seed=619798690 basic - count=0 for nops in {2..7}; do for ((wbatch=nops-1; wbatch > 0; --wbatch)); do