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(profiling): make sure we have sample before terminating process (#4175)
The current multiprocessing test wants to have at least one sample in the
generated pprof file. However, there's a tiny chance we don't have any event by
the time the profiler is stopped, which makes the test flaky.
0 commit comments