From: Mathieu Desnoyers Date: Fri, 31 May 2013 16:31:49 +0000 (-0400) Subject: runja.sh: run sanity tests X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=86b95d662756241e0ab8f75182363bcf5d02d845;p=userspace-rcu.git runja.sh: run sanity tests Signed-off-by: Mathieu Desnoyers --- 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