Skip to content

Commit

Permalink
Run threaded tests on empty cluster
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonas-schulze committed Oct 16, 2020
1 parent 5647ff7 commit c17316b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Distributed/test/distributed_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1709,9 +1709,9 @@ for p in procs()
end

include("splitrange.jl")
include("threads.jl")

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

0 comments on commit c17316b

Please sign in to comment.