From 86b95d662756241e0ab8f75182363bcf5d02d845 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 31 May 2013 12:31:49 -0400 Subject: [PATCH] runja.sh: run sanity tests Signed-off-by: Mathieu Desnoyers --- tests/runja.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/runja.sh b/tests/runja.sh index e359c01..9f18969 100755 --- a/tests/runja.sh +++ b/tests/runja.sh @@ -17,6 +17,9 @@ EXTRA_PARAMS=-v # ** test update coherency with single-value table +# sanity test +${TESTPROG} 0 $((4*${THREAD_MUL})) ${TIME_UNITS} -s ${EXTRA_PARAMS} || exit 1 + # rw test, single key, add and del randomly, 4 threads # key range: init, lookup, and update: 0 to 0 ${TESTPROG} 0 $((4*${THREAD_MUL})) ${TIME_UNITS} -M 1 -N 1 -O 1 ${EXTRA_PARAMS} || exit 1 -- 2.34.1