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
I can see that the last successful run was on April 30. There were no runs in May and the first failed run was on June 1. The failures are timeouts.
I've debugged it locally. The failures are due to GC.WaitForPendingFinalizers call and a finalizer that generates another right-away finalizable object. So the GC.WaitForPendingFinalizers never returns and the test hangs.
The text was updated successfully, but these errors were encountered:
I can see that the last successful run was on April 30. There were no runs in May and the first failed run was on June 1. The failures are timeouts.
I've debugged it locally. The failures are due to
GC.WaitForPendingFinalizers
call and a finalizer that generates another right-away finalizable object. So theGC.WaitForPendingFinalizers
never returns and the test hangs.The text was updated successfully, but these errors were encountered: