Whamcloud - gitweb
LU-5773 test: reduce thread count 78/13078/4
authorNiu Yawei <yawei.niu@intel.com>
Tue, 16 Dec 2014 02:59:55 +0000 (21:59 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 21 Dec 2014 09:37:32 +0000 (09:37 +0000)
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 <yawei.niu@intel.com>
Change-Id: I83926a538827dea6682bd0f84434ba5d351cfd88
Reviewed-on: http://review.whamcloud.com/13078
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/obdfilter-survey.sh

index cb54ca2..94a5182 100644 (file)
@@ -164,7 +164,7 @@ test_1b () {
 run_test 1b "Object Storage Targets survey, async journal"
 
 test_1c () {
 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"
        obdflter_survey_run disk
 }
 run_test 1c "Object Storage Targets survey, big batch"