mdbx-test: add --keygen.seed=NS into gc.sh script.

Change-Id: Ia17b72927db5d697a8a5758502c6bff9b946974d
This commit is contained in:
Leonid Yuriev 2018-08-13 01:51:45 +03:00
parent 3e9e52e0ce
commit 8b24c65119

View File

@ -26,7 +26,7 @@ for nops in {1..7}; do
echo --nops=$( rep9 $nops ) --batch.write=$( rep9 $wbatch ) --mode=$(bits2list options $bits)
./mdbx_test --pathname=${TESTDB_PREFIX} --size=8G --keylen.min=1 --keylen.max=250 --datalen.min=1 --datalen.max=500 \
--nops=$( rep9 $nops ) --batch.write=$( rep9 $wbatch ) --mode=$(bits2list options $bits) \
--hill | bzip2 -c > ${TESTDB_PREFIX}.log.bz2
--keygen.seed=$(date +%N) --hill | bzip2 -c > ${TESTDB_PREFIX}.log.bz2
./mdbx_chk -nvv ${TESTDB_PREFIX} | tee ${TESTDB_PREFIX}-chk.log
done
done