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
The `statsLoop` could still be running. In the linked test flake below, we see
it call `(*pebble).GetMetrics` when the engines are already closed.
Rearrange the code so that we wait for `statsLoop` to terminate properly before exiting the test.
Closes#156138.
Epic: none
0 commit comments