Navigation Menu

Skip to content

Commit

Permalink
Don't use the same port for each worker
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent e37f7b0 commit 2c306b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grntest/tester.rb
Expand Up @@ -796,7 +796,7 @@ def find_libtool(command)

def run_groonga_http(context)
host = "127.0.0.1"
port = 50041
port = 50041 + @worker.id
pid_file = Tempfile.new("groonga.pid")

command_line = groonga_http_command(host, port, pid_file, context)
Expand Down

0 comments on commit 2c306b0

Please sign in to comment.