From: Elena Gryaznova Date: Tue, 9 Mar 2010 19:26:11 +0000 (-0800) Subject: b=22169 t-f:start_client_loads () wait the background threads to start X-Git-Tag: 1.10.0.39~61 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=80474b3f23505147900fc70be8d9634a0b496be0 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 73f98fa..ad8eff6 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -950,6 +950,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