build icon indicating copy to clipboard operation
build copied to clipboard

CI timeouts on Windows

Open davidmorgan opened this issue 10 months ago • 1 comments

As described in https://github.com/dart-lang/build/pull/3878 there are some e2e timeouts on Windows. Investigating...

davidmorgan avatar Feb 25 '25 07:02 davidmorgan

Okay, I was able to repro on Windows, just running the end to end tests, the _test folder of the repo:

> dart --version
Dart SDK version: 3.8.0-edge.7d954e54f7f540aeae9a8d76efff6e902411fd6d (main) (Mon Feb 24 06:00:19 2025 -0800) on "windows_x64"
> cd _test
> dart test

--lots of console windows appear with "dartaotruntime.txt" in the title, I guess they are stuck.

I didn't see this before, so maybe I did something new to trigger it? The one thing I know I did was to also run some other tests in parallel

> cd build_web_compilers
> dart test

then run the _test tests at the same time.

davidmorgan avatar Feb 25 '25 08:02 davidmorgan