Whamcloud - gitweb
LU-8041 tests: rename sanity test 39p to 39q 59/20459/2
authorNiu Yawei <yawei.niu@intel.com>
Thu, 26 May 2016 06:30:53 +0000 (02:30 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 6 Aug 2016 06:24:36 +0000 (06:24 +0000)
Rename one of the duplicated test 39p to 39q.

Test-Parameters: trivial
Signed-off-by: Niu Yawei <yawei.niu@intel.com>
Change-Id: Idcace3585483387d411da7562808780c853bd026
Reviewed-on: http://review.whamcloud.com/20459
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Nunez <james.a.nunez@intel.com>
lustre/tests/sanity.sh

index 03fb21f..4fec6de 100755 (executable)
@@ -3531,7 +3531,7 @@ test_39p() {
 run_test 39p "remote directory cached attributes updated after create ========"
 
 
 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"
        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"
 }
        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
 
 test_40() {
        dd if=/dev/zero of=$DIR/$tfile bs=4096 count=1