-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Closed
Copy link
Labels
area-System.Netdisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issuehelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedtest-bugProblem in test source code (most likely)Problem in test source code (most likely)
Milestone
Description
Lots of the tests that are async are doing synchronous work that's dependent on something else happening, resulting in deadlocks/hangs when xunit parallel execution is enabled, in particular on older OSes where things run slower / more stuff completes asynchronously. Examples include synchronous sends/receives, spinning until a socket closes, doing .Wait() to block waiting for an async method, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.Netdisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issuehelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedtest-bugProblem in test source code (most likely)Problem in test source code (most likely)