From e14c5ba62b4bc317960417e88586ba335719f876 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sun, 12 Jun 2016 22:13:39 -0600 Subject: [PATCH] LU-7418 tests: cancel all locks in sanity test_29 Cancel both MDC and OSC locks in sanity.sh test_29, since any background writeout of dirty pages under OSC locks will request a layout lock from the MDS, causing the test to fail. Test-Parameters: trivial testlist=sanity,sanity,sanity,sanity Test-Parameters: testlist=sanity,sanity,sanity,sanity Test-Parameters: testlist=sanity,sanity,sanity,sanity Signed-off-by: Andreas Dilger Change-Id: Ie2cc1b241d5fac5b439509a3d01384f6a531e654 Reviewed-on: http://review.whamcloud.com/20741 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index b8e710e..b4eb680 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2119,7 +2119,7 @@ run_test 28 "create/mknod/mkdir with bad file types ============" test_29() { [ $PARALLEL == "yes" ] && skip "skip parallel run" && return 0 - cancel_lru_locks mdc + cancel_lru_locks test_mkdir $DIR/d29 touch $DIR/d29/foo log 'first d29' -- 1.8.3.1