Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_runner test does not exit after test process exits #3770

Closed
evanweible-wf opened this issue Nov 12, 2024 · 3 comments
Closed

build_runner test does not exit after test process exits #3770

evanweible-wf opened this issue Nov 12, 2024 · 3 comments

Comments

@evanweible-wf
Copy link
Contributor

  • Dart SDK Version: 3.5.4
  • What package(s) from this repo you are using:
+ build 2.4.1
+ build_config 1.1.1
+ build_daemon 4.0.2
+ build_modules 5.0.9
+ build_resolvers 2.4.2
+ build_runner 2.4.13
+ build_runner_core 7.3.2
+ build_test 2.2.2
+ build_web_compilers 4.0.11

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.

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

@jakemac53
Copy link
Contributor

There was I believe another report of this recently as well, but we couldn't figure out the issue. Our own e2e tests do not reproduce it.

@jakemac53
Copy link
Contributor

Ah, yeah dart-lang/test#2294 is the previous one.

@jakemac53
Copy link
Contributor

closing as a duplicate

@jakemac53 jakemac53 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants