From 9fd9042b212a521a122e97aea45ed3d7443b1eb8 Mon Sep 17 00:00:00 2001 From: Kyrylo Shatskyy Date: Wed, 21 Oct 2015 14:34:14 +0530 Subject: [PATCH] LU-7480 tests: sanityn test_14 should be renamed Made test_14 be run separately from others in this group. Following sanityn tests have been renamed: - 14 to 14aa - 14a to 14ab Change-Id: Ib407db9b0ab032dd8368a0602b8cb9cc468b3178 Seagate-bug-id: MRP-824 Signed-off-by: Kshipra Namjoshi Signed-off-by: Kyrylo Shatskyy Reviewed-on: http://review.whamcloud.com/17366 Reviewed-by: Jian Yu Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- lustre/tests/sanityn.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index 5d2104e..dbaffb0 100644 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -294,7 +294,7 @@ test_13() { # bug 2451 - directory coherency } run_test 13 "test directory page revocation ====================" -test_14() { +test_14aa() { test_mkdir -p $DIR1/$tdir cp -p /bin/ls $DIR1/$tdir/$tfile multiop_bg_pause $DIR1/$tdir/$tfile Ow_c || return 1 @@ -304,9 +304,9 @@ test_14() { kill -USR1 $MULTIPID wait $MULTIPID || return 2 } -run_test 14 "execution of file open for write returns -ETXTBSY =" +run_test 14aa "execution of file open for write returns -ETXTBSY" -test_14a() { +test_14ab() { test_mkdir -p $DIR1/d14 cp -p `which multiop` $DIR1/d14/multiop || error "cp failed" MULTIOP_PROG=$DIR1/d14/multiop multiop_bg_pause $TMP/test14.junk O_c || return 1 @@ -316,7 +316,7 @@ test_14a() { wait $MULTIOP_PID || return 3 rm $TMP/test14.junk $DIR1/d14/multiop || error "removing multiop" } -run_test 14a "open(RDWR) of executing file returns -ETXTBSY ====" +run_test 14ab "open(RDWR) of executing file returns -ETXTBSY" test_14b() { # bug 3192, 7040 test_mkdir -p $DIR1/d14 -- 1.8.3.1