From: Andreas Dilger Date: Mon, 13 Jun 2016 04:13:39 +0000 (-0600) Subject: LU-7418 tests: cancel all locks in sanity test_29 X-Git-Tag: 2.8.55~68 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=e14c5ba62b4bc317960417e88586ba335719f876 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 --- 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'