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 8df96e9 commit db339ceCopy full SHA for db339ce
test/distributed_exec.jl
@@ -1083,6 +1083,7 @@ end
1083
test_add_procs_threaded_blas()
1084
1085
#19687
1086
+if false ### TODO: The logic that is supposed to implement this is racy - Disabled for now
1087
# ensure no race conditions between rmprocs and addprocs
1088
for i in 1:5
1089
p = addprocs_with_testenv(1)[1]
@@ -1112,6 +1113,7 @@ if DoFullTest
1112
1113
sleep(0.1)
1114
end
1115
1116
+end
1117
1118
# Test addprocs/rmprocs from master node only
1119
for f in [ ()->addprocs(1; exeflags=test_exeflags), ()->rmprocs(workers()) ]
0 commit comments