We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e29ad1 commit f41e4cfCopy full SHA for f41e4cf
test/topology.jl
@@ -124,11 +124,11 @@ using Random
124
end
125
126
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
+ # Initially only master-worker connections ought to be setup
+ expected_num_conns = 8
+ let num_conns = sum(asyncmap(p->remotecall_fetch(count_connected_workers,p), workers()))
+ @test num_conns == expected_num_conns
+ end
132
133
for (i, (from,to)) in enumerate(combinations)
134
remotecall_wait(topid->remotecall_fetch(myid, topid), from, to)
0 commit comments