From: Niu Yawei Date: Tue, 16 Dec 2014 02:59:55 +0000 (-0500) Subject: LU-5773 test: reduce thread count X-Git-Tag: 2.6.92~28 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F13078%2F4;p=fs%2Flustre-release.git LU-5773 test: reduce thread count Reduce thread count for the test_1c of obdfilter-survery test to prevent OOM on vm. Test-Parameters: alwaysuploadlogs \ envdefinitions=SLOW=yes,ENABLE_QUOTA=yes \ mdtfilesystemtype=ldiskfs mdsfilesystemtype=ldiskfs ostfilesystemtype=ldiskfs \ mdtcount=1 testlist=obdfilter-survey,obdfilter-survey,obdfilter-survey Signed-off-by: Niu Yawei Change-Id: I83926a538827dea6682bd0f84434ba5d351cfd88 Reviewed-on: http://review.whamcloud.com/13078 Tested-by: Jenkins Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/obdfilter-survey.sh b/lustre/tests/obdfilter-survey.sh index cb54ca2..94a5182 100644 --- a/lustre/tests/obdfilter-survey.sh +++ b/lustre/tests/obdfilter-survey.sh @@ -164,7 +164,7 @@ test_1b () { run_test 1b "Object Storage Targets survey, async journal" test_1c () { - nobjlo=1 nobjhi=1 thrlo=128 thrhi=128 rszlo=1024 rszhi=1024 size=8192\ + nobjlo=1 nobjhi=1 thrlo=32 thrhi=32 rszlo=1024 rszhi=1024 size=8192\ obdflter_survey_run disk } run_test 1c "Object Storage Targets survey, big batch"