Skip to content

Commit f41e4cf

Browse files
committed
fixup! debug
1 parent 4e29ad1 commit f41e4cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/topology.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ using Random
124124
end
125125
end
126126

127-
# # Initially only master-worker connections ought to be setup
128-
# expected_num_conns = 8
129-
# let num_conns = sum(asyncmap(p->remotecall_fetch(count_connected_workers,p), workers()))
130-
# @test num_conns == expected_num_conns
131-
# end
127+
# Initially only master-worker connections ought to be setup
128+
expected_num_conns = 8
129+
let num_conns = sum(asyncmap(p->remotecall_fetch(count_connected_workers,p), workers()))
130+
@test num_conns == expected_num_conns
131+
end
132132

133133
for (i, (from,to)) in enumerate(combinations)
134134
remotecall_wait(topid->remotecall_fetch(myid, topid), from, to)

0 commit comments

Comments
 (0)