https://github.com/JuliaLang/julia
Revision d06c2a97be3f643d403c4069955e135823ff9fd0 authored by Keno Fischer on 07 December 2020, 02:22:17 UTC, committed by GitHub on 07 December 2020, 02:22:17 UTC
What I believe is happening here is that, since put! is a yield point, the remote call finishes
and the async task gets run before the `wait` statement is reached, thus causing a deadlock.
I don't have 100% proof that this is the issue, but I did see the test hanging during this test,
so I figured it's worth a try. May help #38712 (particularly, the second of the linked test failures).
1 parent 9a0de1d
History
Tip revision: d06c2a97be3f643d403c4069955e135823ff9fd0 authored by Keno Fischer on 07 December 2020, 02:22:17 UTC
Try to avoid deadlock in Distributed test (#38714)
Tip revision: d06c2a9
File Mode Size
.devcontainer
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 283 bytes
.mailmap -rw-r--r-- 11.0 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 292.0 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 49.1 KB
Makefile -rw-r--r-- 24.6 KB
NEWS.md -rw-r--r-- 19.9 KB
README.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top