From 5bfea7057874d4bd1ebc0972de21928b4a7da6e6 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Tue, 1 Jun 2010 22:40:15 +0400 Subject: [PATCH] b=22899 reduce OBDFILTER_SURVEY duration i=Andreas.Dilger --- lustre/tests/obdfilter-survey.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/obdfilter-survey.sh b/lustre/tests/obdfilter-survey.sh index d998194..8bfaeae 100644 --- a/lustre/tests/obdfilter-survey.sh +++ b/lustre/tests/obdfilter-survey.sh @@ -6,14 +6,14 @@ LUSTRE=${LUSTRE:-`dirname $0`/..} . $LUSTRE/tests/test-framework.sh init_test_env $@ -nobjhi=${nobjhi:-32} -thrhi=${thrhi:-64} +nobjhi=${nobjhi:-1} +thrhi=${thrhi:-16} size=${size:-1024} # the summary file a bit smaller than OSTSIZE . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} -[ "$SLOW" = no ] && { nobjhi=4; thrhi=4; } +[ "$SLOW" = no ] && { nobjhi=1; thrhi=4; } # Skip these tests ALWAYS_EXCEPT="$OBDFILTER_SURVEY_EXCEPT" -- 1.8.3.1