From 6af6f5b6b3cc08692d9f7cd72bc565ca05d362a3 Mon Sep 17 00:00:00 2001 From: Fan Yong Date: Sat, 8 Feb 2014 09:08:18 +0800 Subject: [PATCH] LU-4422 tests: disable sanity-quota test_6 temporary To avoid other patches to be failed for LU-4422 under DNE. Signed-off-by: Fan Yong Change-Id: Ia48f7bb14733f6bdc5ef34bde1ce91b5762f9192 Reviewed-on: http://review.whamcloud.com/9203 Reviewed-by: Jian Yu Tested-by: Jenkins Reviewed-by: Andreas Dilger Reviewed-by: Niu Yawei Tested-by: Maloo --- lustre/tests/sanity-quota.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 3a61d12..b6dc9da 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -863,6 +863,9 @@ run_test 5 "Chown & chgrp successfully even out of block/file quota" # test dropping acquire request on master test_6() { + # LU-4422 + [ $MDSCOUNT -ge 2 ] && skip "disable test_6 for DNE temporary" && return + local LIMIT=3 # 3M # Clear dmesg so watchdog is not triggered by previous -- 1.8.3.1