Whamcloud - gitweb
LU-2829 tests: decrease load on zfs for sanityn/33a-b 39/8439/2
authorJian Yu <jian.yu@intel.com>
Fri, 29 Nov 2013 06:15:37 +0000 (14:15 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 2 Dec 2013 14:31:25 +0000 (14:31 +0000)
This patch decreases the number of files again for sanityn
test 33a and 33b based on the following patch:

Lustre-commit: 41ba272d1904bb9c612f785f608fc2d396763581
Lustre-change: http://review.whamcloud.com/8273

Test-Parameters: envdefinitions=SLOW=yes \
mdtfilesystemtype=zfs mdsfilesystemtype=zfs ostfilesystemtype=zfs \
ostcount=2 testlist=sanityn

Signed-off-by: Jian Yu <jian.yu@intel.com>
Change-Id: Ia768d13b8db174e46ecc284433989a17cd560d07
Reviewed-on: http://review.whamcloud.com/8439
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/sanityn.sh

index e69caf8..3c4bcb8 100644 (file)
@@ -44,7 +44,7 @@ if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then
 # bug number for skipped test:        LU-2840 LU-2189 LU-2776
        ALWAYS_EXCEPT="$ALWAYS_EXCEPT 21      36      51a"
 # LU-2829 / LU-2887 - make allowances for ZFS slowness
-       TEST33_NFILES=${TEST33_NFILES:-5000}
+       TEST33_NFILES=${TEST33_NFILES:-1000}
 fi
 
 [ "$SLOW" = "no" ] && EXCEPT_SLOW="33a"