runja.sh: run sanity tests
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 31 May 2013 16:31:49 +0000 (12:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 31 May 2013 16:31:49 +0000 (12:31 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/runja.sh

index e359c016ac4e4ff0bb5a2a2bc2cac0ac98522514..9f18969ef7297391a5353b5523d484fa1f5f4797 100755 (executable)
@@ -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
This page took 0.02551 seconds and 4 git commands to generate.