X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Frunja.sh;h=1be4224d133fea896094fc6be03856ea289e278f;hb=04c48ddf315c0dce15c6199eecd2a3006103d69f;hp=e359c016ac4e4ff0bb5a2a2bc2cac0ac98522514;hpb=f619b0ffc4cd55bab4cbee0b3c62775c5b90bac6;p=userspace-rcu.git diff --git a/tests/runja.sh b/tests/runja.sh index e359c01..1be4224 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} -t ${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