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
### Problem
As described in #11788, `RunTracker.end_run` is not called for `help`, runs with no goals, or runs that end in `Ctrl+C`. This can prevent metrics gathering.
### Solution
Adjust `LocalPantsRunner` to ensure that the run is ended in the `RunTracker` before the `StreamingWorkunitHandler` is torn down.
### Result
Fixes#11788.
Currently
RunTracker.end_run
is not called:./pants help
(or any other run that invokes theHelpPrinter
rather thanLocalPantsRunner
)The text was updated successfully, but these errors were encountered: