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

Node process is hanging after all bidi tests are finished #12348

Open
OrKoN opened this issue Apr 26, 2024 · 1 comment
Open

Node process is hanging after all bidi tests are finished #12348

OrKoN opened this issue Apr 26, 2024 · 1 comment

Comments

@OrKoN
Copy link
Collaborator

OrKoN commented Apr 26, 2024

Run npm run test:chrome:bidi-local.

Expected: once all tests are done, the process exits.

Actual: once all tests are done, the process hangs waiting for some event/timer or something of that sort.

cc @Lightning00Blade

@Lightning00Blade
Copy link
Collaborator

The puppeteer.connect are not cleared property and leave some things open.
I am working on a fix for that.

While investigating I found another bug:
In the test should reject navigation when browser closes the BiDi implementation of frame.goto does not clear the timer.

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

No branches or pull requests

2 participants