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
This patch adds a new flag `force_gc_for_test` (internal use for test
purpose only) to force GC specifically for flaky tests that suffer from
deadlock.
The deadlock occurs when:
1. Main thread calls DrainTasks and executes worker tasks
2. Worker task needs memory allocation requiring GC
3. GC must run on main thread, but main thread is busy running the
worker task
0 commit comments