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 c7a6402 commit e134fe1Copy full SHA for e134fe1
test/error_path_intentionally_fail.jl
@@ -30,10 +30,10 @@ mktempdir() do tmpdir
30
31
if Base.VERSION >= v"1.2-"
32
expected_outer_ex_T = TaskFailedException
33
- expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
+ expected_inner_ex_INSTANCE = Base.IOError("write: broken pipe (EPIPE)", -32)
34
else
35
expected_outer_ex_T = Base.IOError
36
- expected_inner_ex_INSTANCE = Base.IOError("hello world")
37
end
38
39
mgr = SlurmClusterManager.SlurmManager()
0 commit comments