From 7a28a4510dfc908b4fd354d28eb31927357d6713 Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 19 Sep 2003 21:28:47 +0000 Subject: [PATCH] * 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. --- lustre/tests/run-llog.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 <