Skip to content
Snippets Groups Projects
Commit 459be342 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Skip test 32b for remote OST.
parent c80b1cd8
No related merge requests found
......@@ -133,9 +133,9 @@ test_2e() {
run_test 2e "check chmod on root is propagated to others"
test_3() {
( cd $DIR1 ; ln -s this/is/good lnk )
[ "this/is/good" = "`perl -e 'print readlink("'$DIR2/lnk'");'`" ] || \
error
( cd $DIR1 ; ln -s this/is/good $tfile )
[ "this/is/good" = "`perl -e 'print readlink("'$DIR2/$tfile'");'`" ] ||\
error "link $DIR2/$tfile not as expected"
}
run_test 3 "symlink on one mtpt, readlink on another ==========="
......@@ -639,6 +639,9 @@ run_test 32a "lockless truncate"
test_32b() { # bug 11270
local node
local p="$TMP/sanityN-$TESTNAME.parameters"
remote_ost_nodsh && skip "remote OST" && return 0
save_lustre_params $HOSTNAME "llite.*.contention_seconds" > $p
for node in $(osts_nodes); do
save_lustre_params $node "ldlm.namespaces.filter-*.max_nolock_bytes" >> $p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment