From 016c5a0f6e7307a2a3e05eafa8a36ac16b209643 Mon Sep 17 00:00:00 2001 From: "hongchao.zhang" Date: Sat, 30 Apr 2011 09:27:20 +0800 Subject: [PATCH] LU-276 increase file count to mitigate affect of random condition in test_18 of ost_pools, increase the count of created file to mitigate the affect of various random condition which could lead to false result Change-Id: Ieca04b37ccc66698cd2159fa1a83f2f9fe07dc41 Signed-off-by: HongChao Zhang Reviewed-on: http://review.whamcloud.com/550 Tested-by: Hudson Reviewed-by: Mikhail Pershin Reviewed-by: Johann Lombardi --- lustre/tests/ost-pools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/ost-pools.sh b/lustre/tests/ost-pools.sh index edd34e0..7e6cad3 100644 --- a/lustre/tests/ost-pools.sh +++ b/lustre/tests/ost-pools.sh @@ -951,7 +951,7 @@ create_perf() { test_18() { set_cleanup_trap local POOL_ROOT=${POOL_ROOT:-$DIR/$tdir} - local numfiles=9877 + local numfiles=30000 local plaindir=$POOL_ROOT/plaindir local pooldir=$POOL_ROOT/pooldir local t1=0 -- 1.8.3.1