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

Deadlock: TestPageWaitForFunction #637

Open
Tracked by #1138
ankur22 opened this issue Nov 7, 2022 · 1 comment
Open
Tracked by #1138

Deadlock: TestPageWaitForFunction #637

ankur22 opened this issue Nov 7, 2022 · 1 comment
Labels
bug Something isn't working next Might be eligible for the next planning (not guaranteed!)

Comments

@ankur22
Copy link
Collaborator

ankur22 commented Nov 7, 2022

There's a deadlock when running TestPageWaitForFunction when ran with the following command:

go test ./tests -run='TestPageWaitForFunction' -count=100 -timeout=10s

Originally posted by @inancgumus in #636 (review)

This was tested on macOS. The logs for the test run with the deadlock has been attached.

output1.log

@ankur22 ankur22 added the bug Something isn't working label Nov 7, 2022
@ankur22 ankur22 added this to the v0.7.0 milestone Nov 7, 2022
@inancgumus
Copy link
Member

inancgumus commented Nov 7, 2022

I fear this is a more overarching problem than TestPageWaitForFunction. For example:

go test ./tests -run='TestWaitForFrameNavigation' -count=100 -timeout=10s

Fails with a timeout as well.

I'm suspicious of Connection.send/recv loops. Just a hunch.

@andrewslotin andrewslotin modified the milestones: v0.7.0, v0.8.0 Jan 3, 2023
@ka3de ka3de modified the milestones: v0.8.0, v0.9.0 Feb 6, 2023
@inancgumus inancgumus removed this from the v0.9.0 milestone Mar 31, 2023
@inancgumus inancgumus added the next Might be eligible for the next planning (not guaranteed!) label Nov 30, 2023
@inancgumus inancgumus changed the title Deadlock when testing TestPageWaitForFunction Deadlock: TestPageWaitForFunction Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working next Might be eligible for the next planning (not guaranteed!)
Projects
None yet
Development

No branches or pull requests

4 participants