From: Elena Gryaznova Date: Tue, 2 Mar 2010 01:57:34 +0000 (-0800) Subject: b=21948 skip parallel grouplock test for NFSCLIENT mode X-Git-Tag: 1.10.0.38~16 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=6fb6eb237787fcfd072f8583a590d96838300a54 b=21948 skip parallel grouplock test for NFSCLIENT mode i=Johann.Lombardi --- diff --git a/lustre/tests/parallel-scale.sh b/lustre/tests/parallel-scale.sh index 218c147..db9d28a 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -460,6 +460,11 @@ test_write_disjoint() { run_test write_disjoint "write_disjoint" test_parallel_grouplock() { + if [ "$NFSCLIENT" ]; then + skip "skipped for NFSCLIENT mode" + return + fi + [ x$PARALLEL_GROUPLOCK = x ] && { skip "PARALLEL_GROUPLOCK not found" && return; }