From c99302f6fd2725bdfc71e49319c1c8c145a151ab Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Tue, 23 Aug 2016 18:23:31 -0300 Subject: Changed the concurrent login script to start at the user loadtest1 --- service/test/reactor/concurrent_logins.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/test/reactor/concurrent_logins.rb b/service/test/reactor/concurrent_logins.rb index e1cd4770..a10d0394 100644 --- a/service/test/reactor/concurrent_logins.rb +++ b/service/test/reactor/concurrent_logins.rb @@ -24,7 +24,7 @@ end ts = (1...(1+COUNT)).map do |ix| t = Thread.new do - `#{curl_command(ix+19)}` + `#{curl_command(ix)}` end sleep 1 t -- cgit v1.2.3