[Groonga-commit] droonga/drntest at b251a68 [master] Stop receive loop when one response is returned while no logging mode

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 17 23:00:10 JST 2013


Kouhei Sutou	2013-12-17 23:00:10 +0900 (Tue, 17 Dec 2013)

  New Revision: b251a68b7126e857365b685ca185c24ea570594e
  https://github.com/droonga/drntest/commit/b251a68b7126e857365b685ca185c24ea570594e

  Message:
    Stop receive loop when one response is returned while no logging mode

  Modified files:
    lib/drntest/test-executor.rb

  Modified: lib/drntest/test-executor.rb (+2 -0)
===================================================================
--- lib/drntest/test-executor.rb    2013-12-17 22:55:37 +0900 (3ccedf3)
+++ lib/drntest/test-executor.rb    2013-12-17 23:00:10 +0900 (637732b)
@@ -85,6 +85,8 @@ module Drntest
         else
           @requests << @client.connection.execute(request,
                                                   :connect_timeout => 2) do
+            continue_receive = false
+            continue_receive
           end
         end
       end
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index