Skip to content

Commit c17316b

Browse files
committed
Run threaded tests on empty cluster
so that it is guaranteed that lazy workers can be added. Also, the tests make sure to remove all workers that had been added, so that subsequent tests can determine the laziness of the cluster themselves.
1 parent 5647ff7 commit c17316b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Distributed/test/distributed_exec.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1709,9 +1709,9 @@ for p in procs()
17091709
end
17101710

17111711
include("splitrange.jl")
1712-
include("threads.jl")
17131712

17141713
# Run topology tests last after removing all workers, since a given
17151714
# cluster at any time only supports a single topology.
17161715
rmprocs(workers())
1716+
include("threads.jl")
17171717
include("topology.jl")

0 commit comments

Comments
 (0)