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

Frontend server client tests are failing with most recent Dart SDK #2315

Closed
elliette opened this issue Dec 21, 2023 · 1 comment · Fixed by #2327
Closed

Frontend server client tests are failing with most recent Dart SDK #2315

elliette opened this issue Dec 21, 2023 · 1 comment · Fixed by #2327

Comments

@elliette
Copy link
Contributor

See: https://github.com/dart-lang/webdev/actions/runs/7281930354/job/19843422857?pr=2312

@derekxu16
Copy link
Member

derekxu16 commented Dec 21, 2023

I've managed to reproduce this locally. The Bad state: No elements error gets thrown when trying to await stdoutLines.next when the process started above exits immediately.

The way I reproduced this was by running another program with dart run --observe before starting the test. This makes the process started by the test exit immediately with Could not start the VM service: localhost:8181 is already in use.

We need to find out why the process started by the test is exiting immediately on CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants