You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testing instructure for CoreCLR currently runs all assemblies in
parallel in a single process, so resources, which are static and lazy
initialized, must have thread synchronization. Otherwise, tests which
depend on object or symbol identity could fail if they retrieve
different copies of the same resource.
Fixesdotnet#21937
The testing instructure for CoreCLR currently runs all assemblies in
parallel in a single process, so resources, which are static and lazy
initialized, must have thread synchronization. Otherwise, tests which
depend on object or symbol identity could fail if they retrieve
different copies of the same resource.
Fixes#21937
Failure seen in: https://ci.dot.net/job/dotnet_roslyn/job/master/job/ubuntu_16_debug_prtest/6104/ for #21928.
@agocke has observed we have some races producing metadata references in tests and is fixing them now.
The text was updated successfully, but these errors were encountered: