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
TestRunCancellationToken maintains a list of registered callbacks.
One of the paths for the registration is to associate the global test run cancellation with TestContext CTS (i.e, if the global is cancelled, then the TestContext one is cancelled as well).
I think this means that all created TextContext will remain alive in memory as we don't unregister the callbacks any where.
The text was updated successfully, but these errors were encountered:
TestRunCancellationToken
maintains a list of registered callbacks.One of the paths for the registration is to associate the global test run cancellation with TestContext CTS (i.e, if the global is cancelled, then the TestContext one is cancelled as well).
I think this means that all created
TextContext
will remain alive in memory as we don't unregister the callbacks any where.The text was updated successfully, but these errors were encountered: