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
test: move wtfnode invocation to signal handlers on main test runner
We had previously been running a `wtfnode` dump at the end of all
test runs as part of the client leak checker plugin. This is faulty
because it might catch false positive handles which are closing at
the time of test runner cleanup. If something is actually leaked,
it will now be caught at the time the test suite is cancelled
(either manually or in CI), and give better diagnostics about the
leaked handles.
0 commit comments