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
Leaving server running consumes one thread from Dispatch global thread pool per
one started LoopbackServerTest. There are 5 such test cases at the moment.
On non-Darwin platforms thread pool size is extremely small (equals to the number
of CPU cores), and TestFoundation test case quickly becomes unstable on some
machines (e.g. cloud VMs with 2-core CPUs).
0 commit comments