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
We've seen instances where test code that isn't properly cleaned up, ends up hanging the finalizer thread when AppDomain.Unload gets called. From msdn an AD.Unload could take an indeterminate amount of time to return in cases like these. We should have some kind of a timeout for this operation so we do not hang forever which especially impacts CI runs.
Environment
Latest version of the adapter.
The text was updated successfully, but these errors were encountered:
Description
We've seen instances where test code that isn't properly cleaned up, ends up hanging the finalizer thread when AppDomain.Unload gets called. From msdn an AD.Unload could take an indeterminate amount of time to return in cases like these. We should have some kind of a timeout for this operation so we do not hang forever which especially impacts CI runs.
Environment
Latest version of the adapter.
The text was updated successfully, but these errors were encountered: