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
Whether you are using Windows, MacOSX, or Linux (if applicable): MacOSX
Whether you are using Chrome, Safari, Firefox, Edge (if applicable): Chrome
We recently noticed that part of our CI is failing on Dart stable due to a dart run build_runner test process not exiting even though the child test process has (seemingly) exited successfully.
Fwiw, I filed a similar issue a long time ago (#2327), so maybe something regressed here? I haven't worked in the test_html_builder repo in a while, which is where we're seeing this issue, so I'm not sure when it would have actually been introduced.
We recently noticed that part of our CI is failing on Dart stable due to a
dart run build_runner test
process not exiting even though the childtest
process has (seemingly) exited successfully.Fwiw, I filed a similar issue a long time ago (#2327), so maybe something regressed here? I haven't worked in the
test_html_builder
repo in a while, which is where we're seeing this issue, so I'm not sure when it would have actually been introduced.Here's an example CI run where the process hangs and eventually times out:
https://github.com/Workiva/test_html_builder/actions/runs/11802042443/job/32876800406?pr=52
The text was updated successfully, but these errors were encountered: