Whamcloud - gitweb
b=22899 reduce OBDFILTER_SURVEY duration
authorElena Gryaznova <grev@sun.com>
Tue, 1 Jun 2010 18:40:15 +0000 (22:40 +0400)
committerJohann Lombardi <johann@sun.com>
Fri, 4 Jun 2010 09:59:27 +0000 (11:59 +0200)
i=Andreas.Dilger

lustre/tests/obdfilter-survey.sh

index d998194..8bfaeae 100644 (file)
@@ -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"