From 80474b3f23505147900fc70be8d9634a0b496be0 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Tue, 9 Mar 2010 11:26:11 -0800 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 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 -- 1.8.3.1