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 f5dbf8c commit 87671b1Copy full SHA for 87671b1
test/error_path_manager_timeout.jl
@@ -35,13 +35,14 @@ mktempdir() do tmpdir
35
@info "with old PATH" Sys.which("srun")
36
withenv(new_env...) do
37
@info "with new PATH" Sys.which("srun")
38
+
39
expected_outer_ex_T = TaskFailedException
-
40
if Base.VERSION >= v"1.1"
41
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
42
else
43
44
end
45
46
mgr = SlurmClusterManager.SlurmManager(; launch_timeout = 2.0)
47
test_result = @test_throws expected_outer_ex_T Distributed.addprocs(mgr)
48
cfg = ConfigForTestingTaskFailedException(;
0 commit comments