From: Elena Gryaznova Date: Tue, 1 Jun 2010 18:40:15 +0000 (+0400) Subject: b=22899 reduce OBDFILTER_SURVEY duration X-Git-Tag: v1_8_3_53~18 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=5bfea7057874d4bd1ebc0972de21928b4a7da6e6;p=fs%2Flustre-release.git b=22899 reduce OBDFILTER_SURVEY duration i=Andreas.Dilger --- 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"