X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=0878c8cf1daebc8b008f4831f6fade416e1e43c6;hp=58f311e8a32277171a2d0f07b5a1e25bb59e890e;hb=b1acf734f31c13d291c5e1534d7a01f0fbd7e972;hpb=0feec5a3c7d4518d5c563739124b202a6a0a99f7 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 58f311e..0878c8c 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1500,6 +1500,18 @@ test_24G () { } run_test 24G "migrate symlink in rename" +test_24H() { + [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" + [[ $(hostname) != $(facet_active_host mds2) ]] || + skip "MDT1 should be on another node" + + test_mkdir -i 1 -c 1 $DIR/$tdir +#define OBD_FAIL_FLD_QUERY_REQ 0x1103 + do_facet mds2 $LCTL set_param fail_loc=0x80001103 + touch $DIR/$tdir/$tfile || error "touch failed" +} +run_test 24H "repeat FLD_QUERY rpc" + test_25a() { echo '== symlink sanity ============================================='