From 6fb6eb237787fcfd072f8583a590d96838300a54 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Mon, 1 Mar 2010 17:57:34 -0800 Subject: [PATCH] b=21948 skip parallel grouplock test for NFSCLIENT mode i=Johann.Lombardi --- lustre/tests/parallel-scale.sh | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- 1.8.3.1