From: Niu Yawei Date: Thu, 26 May 2016 06:30:53 +0000 (-0400) Subject: LU-8041 tests: rename sanity test 39p to 39q X-Git-Tag: 2.8.56~8 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F20459%2F2;p=fs%2Flustre-release.git 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 --- 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