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

Browser tests often fail with "[no http server activity]" #20820

Closed
sbc100 opened this issue Dec 1, 2023 · 3 comments · Fixed by #20828
Closed

Browser tests often fail with "[no http server activity]" #20820

sbc100 opened this issue Dec 1, 2023 · 3 comments · Fixed by #20828

Comments

@sbc100
Copy link
Collaborator

sbc100 commented Dec 1, 2023

I believe what is happening here is the browser dies or becomes unresponsive, causing all future tests to fail in the same way.

I don't believe our current retry mechanism helps in this case because it doesn't do anything to restart the browser.

I think we need some way to kill and restart the browser in this case.

See #20584 and #20531

@sbc100
Copy link
Collaborator Author

sbc100 commented Dec 1, 2023

@kripken WDTY

@kripken
Copy link
Member

kripken commented Dec 4, 2023

If the entire browser crashes or is unresponsive then restarting it is the right thing, yeah. And that could be the reason. Another possibility is that only the browser tab crashes ("Aw, snap"), in which case opening another browser tab (without restarting the browser) might be enough. But I don't have any idea either way, and a full restart seems simpler, so sgtm.

@sbc100
Copy link
Collaborator Author

sbc100 commented Dec 4, 2023

As long as we are using our current test harness mode, I don't think we have a way to kill just one tab.

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

Successfully merging a pull request may close this issue.

2 participants