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 b560a14 commit cdb7e6bCopy full SHA for cdb7e6b
test/error_path_intentionally_fail.jl
@@ -30,7 +30,7 @@ mktempdir() do tmpdir
30
expected_inner_ex_INSTANCE = Base.IOError("write: broken pipe (EPIPE)", -32)
31
32
mgr = SlurmClusterManager.SlurmManager()
33
- test_result = @test_throws expected_outer_ex_T Distributed.addprocs(mgr)
+ test_result = @test_throws expected_inner_ex_INSTANCE Distributed.addprocs(mgr)
34
35
cfg = ConfigForTestingTaskFailedException(;
36
expected_outer_ex_T=expected_outer_ex_T,
0 commit comments