From: wang di Date: Thu, 1 May 2014 11:20:12 +0000 (-0700) Subject: LU-4981 tests: remount FS after writes to /proc X-Git-Tag: 2.5.59~60 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9d69909ba14c7cf6116152a0797999b2d9808d05;p=fs%2Flustre-release.git LU-4981 tests: remount FS after writes to /proc We should remount FS after writes all proc entry in 133g, because some upcall value under /proc will be assigned to some gabarge value, which will cause failures in the following test. Signed-off-by: wang di Change-Id: Ic120e19651a4a7897a6329a93feff1644c778286 Reviewed-on: http://review.whamcloud.com/10174 Reviewed-by: Andreas Dilger Reviewed-by: John L. Hammond Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e2034b8..4b8a65a 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8984,6 +8984,9 @@ test_133g() { done + # remount the FS in case writes/reads /proc break the FS + cleanup || error "failed to unmount" + setup || error "failed to setup" true } run_test 133g "Check for Oopses on bad io area writes/reads in /proc"