From 97d11e88a19987c51a261fe9e3929a4087046300 Mon Sep 17 00:00:00 2001 From: Niu Yawei Date: Thu, 26 May 2016 02:30:53 -0400 Subject: [PATCH] LU-8041 tests: rename sanity test 39p to 39q Rename one of the duplicated test 39p to 39q. Test-Parameters: trivial Signed-off-by: Niu Yawei Change-Id: Idcace3585483387d411da7562808780c853bd026 Reviewed-on: http://review.whamcloud.com/20459 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: James Nunez --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 03fb21f..4fec6de 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3531,7 +3531,7 @@ test_39p() { run_test 39p "remote directory cached attributes updated after create ========" -test_39p() { # LU-8041 +test_39q() { # LU-8041 local testdir=$DIR/$tdir mkdir -p $testdir multiop_bg_pause $testdir D_c || error "multiop failed" @@ -3541,7 +3541,7 @@ test_39p() { # LU-8041 local atime=$(stat -c %X $testdir) [ "$atime" -ne 0 ] || error "atime is zero" } -run_test 39p "close won't zero out atime" +run_test 39q "close won't zero out atime" test_40() { dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1 -- 1.8.3.1