From 4cfcf91efa06decc155d8f12eafc8ede3e850fd5 Mon Sep 17 00:00:00 2001 From: Hongchao Zhang Date: Wed, 31 Oct 2012 03:02:11 +0800 Subject: [PATCH] LU-921 test: drop subtest 24 from ALWAYS_EXCEPT a new subtest 24a is introduced, drop it from ALWAYS_EXCEPT to allow it to be tested, and verify whether the newer linux kernel handle fsync(by filemap_fdatawait) correctly. Pls see BZ5494 to more detail. Signed-off-by: Hongchao Zhang Change-Id: I88d5c6870827cafc5534aba33661b0c8180a8d5c Reviewed-on: http://review.whamcloud.com/4443 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre/tests/recovery-small.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 637419e..803997a 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -2,8 +2,8 @@ set -e -# bug 5494 5493 LU2034 -ALWAYS_EXCEPT="24 52 60 $RECOVERY_SMALL_EXCEPT" +# bug 5493 LU2034 +ALWAYS_EXCEPT="52 60 $RECOVERY_SMALL_EXCEPT" export MULTIOP=${MULTIOP:-multiop} PTLDEBUG=${PTLDEBUG:--1} -- 1.8.3.1