From: Elena Gryaznova Date: Fri, 5 Mar 2010 19:54:25 +0000 (+0300) Subject: b=22169 t-f:start_client_loads () wait the background threads to start X-Git-Tag: v1_8_2_52~19 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=5fe25610f598861eacc93348f4a7a8cafe885c1e;p=fs%2Flustre-release.git b=22169 t-f:start_client_loads () wait the background threads to start i=Robert.Read --- 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