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 c334a3f commit 1e0adb6Copy full SHA for 1e0adb6
test/error_path_manager_timeout.jl
@@ -40,7 +40,7 @@ mktempdir() do tmpdir
40
expected_inner_ex_T = ErrorException
41
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
42
mgr = SlurmClusterManager.SlurmManager(; launch_timeout = 2.0)
43
- observed_outer_ex = @test_throws expected_ex Distributed.addprocs(mgr)
+ observed_outer_ex = @test_throws expected_outer_ex_T Distributed.addprocs(mgr)
44
@info "" observed_outer_ex # TODO: Delete this line
45
@show dump(observed_outer_ex) # TODO: Delete this line
46
@test observed_outer_ex isa expected_outer_ex_T
0 commit comments