From: nathan Date: Thu, 7 Apr 2005 19:30:29 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_8_0_110~486^7~46 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d7e6bd42d7b74663066f3f353dcb2a6efec741db;p=fs%2Flustre-release.git Branch b1_4 b=6080 try to isolate test 24's fallout --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 4f41e3e..21012f7 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -388,6 +388,7 @@ test_24() { # bug 2248 - eviction fails writeback but app doesn't see it wait $MULTI_PID rc=$? sysctl -w lustre.fail_loc=0x0 + client_df [ $rc -eq 0 ] && error "multiop didn't fail fsync: rc $rc" || true } run_test 24 "fsync error (should return error)"