From: rread Date: Fri, 19 Sep 2003 21:28:47 +0000 (+0000) Subject: * use records that have a tail for the simple record tests. X-Git-Tag: v1_7_0_51~2^7~512 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7a28a4510dfc908b4fd354d28eb31927357d6713;p=fs%2Flustre-release.git * use records that have a tail for the simple record tests. * change verify_handle to scan the bitmap to deterime the correct last_idx and active rec count. * test 4 now uses verify_handle, and fails the last_idx check after writing one rec. * run-llog.sh now tells lctl to ignore_errors, so it can cleanup after a failed test. --- diff --git a/lustre/tests/run-llog.sh b/lustre/tests/run-llog.sh index 3f37f0e..64d6403 100644 --- a/lustre/tests/run-llog.sh +++ b/lustre/tests/run-llog.sh @@ -1,10 +1,12 @@ #!/bin/bash - insmod ../obdclass/llog_test.o ../utils/lctl modules > /r/tmp/ogdb-localhost.localdomain echo "NOW reload debugging syms.." +# Using ignore_errors will allow lctl to cleanup even if the test +# fails. ../utils/lctl <