[Groonga-commit] groonga/grntest [master] Don't use the same port for each worker

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 12:26:25 JST 2012


Kouhei Sutou	2012-08-12 12:26:25 +0900 (Sun, 12 Aug 2012)

  New Revision: 2c306b0ab0785803ae85188cebd573a67ceda185
  https://github.com/groonga/grntest/commit/2c306b0ab0785803ae85188cebd573a67ceda185

  Log:
    Don't use the same port for each worker

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+1 -1)
===================================================================
--- lib/grntest/tester.rb    2012-08-12 12:20:20 +0900 (4809b6e)
+++ lib/grntest/tester.rb    2012-08-12 12:26:25 +0900 (1626665)
@@ -796,7 +796,7 @@ EOC
 
       def run_groonga_http(context)
         host = "127.0.0.1"
-        port = 50041
+        port = 50041 +****@worke*****
         pid_file = Tempfile.new("groonga.pid")
 
         command_line = groonga_http_command(host, port, pid_file, context)
-------------- next part --------------
HTML����������������������������...
Download 



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