From 5fe25610f598861eacc93348f4a7a8cafe885c1e Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Fri, 5 Mar 2010 22:54:25 +0300 Subject: [PATCH] b=22169 t-f:start_client_loads () wait the background threads to start i=Robert.Read --- lustre/tests/test-framework.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 0484889..2fedfe5 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -779,6 +779,8 @@ start_client_loads () { testnum=$((nodenum % numloads)) start_client_load ${clients[nodenum]} ${CLIENT_LOADS[testnum]} done + # bug 22169: wait the background threads to start + sleep 2 } # only for remote client -- 1.8.3.1