File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ using Random
94
94
end
95
95
end
96
96
97
+ @info " finished TopoTestManager"
97
98
remove_workers_and_test ()
98
99
99
100
# test `lazy` connection setup
@@ -109,6 +110,7 @@ using Random
109
110
addprocs_with_testenv (8 )
110
111
def_count_conn ()
111
112
113
+ @info " 10 random combinations"
112
114
# Test for 10 random combinations
113
115
wl = workers ()
114
116
combinations = []
@@ -136,12 +138,14 @@ using Random
136
138
end
137
139
end
138
140
141
+ @info " finished master-worker"
139
142
# With lazy=false, all connections ought to be setup during `addprocs`
140
143
nprocs () > 1 && rmprocs (workers ())
141
144
addprocs_with_testenv (8 ; lazy= false )
142
145
def_count_conn ()
143
146
@test sum (asyncmap (p-> remotecall_fetch (count_connected_workers,p), workers ())) == 64
144
147
148
+ @info " finished lazy=false"
145
149
# Cannot add more workers with a different `lazy` value
146
150
@test_throws ArgumentError addprocs_with_testenv (1 ; lazy= true )
147
151
end
You can’t perform that action at this time.
0 commit comments