Skip to content

Commit 3bd0853

Browse files
amitmurthyquinnj
authored andcommitted
topology test to listen only on localhost (#22353)
1 parent 5a267a3 commit 3bd0853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/topology.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Base.launch(manager::TopoTestManager, params::Dict, launched::Array, c:
4141
exename = params[:exename]
4242
exeflags = params[:exeflags]
4343

44-
cmd = `$exename $exeflags --bind-to $(Base.Distributed.LPROC.bind_addr) --worker $(Base.cluster_cookie())`
44+
cmd = `$exename $exeflags --bind-to 127.0.0.1 --worker $(Base.cluster_cookie())`
4545
cmd = pipeline(detach(setenv(cmd, dir=dir)))
4646
for i in 1:manager.np
4747
io = open(cmd)

0 commit comments

Comments
 (0)