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
To ensure that we don't end up with lots of "this task was deleted but never ran" warnings we hold onto the tasks
we end up creating and ensure they are cancelled and ran in the loop before they are garbage collected.
Prior to this we were doing that activity at the end of the run, which leads to large memory usage in large test suites
This change makes it so that we perform this garbage collection as we proceed with the tests so that memory can be
released during the run of the test suite
0 commit comments