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

Intermittent Page.goto() timeout error #560

Closed
imiric opened this issue Sep 30, 2022 · 1 comment · Fixed by #555
Closed

Intermittent Page.goto() timeout error #560

imiric opened this issue Sep 30, 2022 · 1 comment · Fixed by #555
Assignees
Labels
bug Something isn't working
Milestone

Comments

@imiric
Copy link
Contributor

imiric commented Sep 30, 2022

Running the same test script from #510, on current main (db80f94), and mostly only reproducible in the Cloud, we sometimes see the following error:

navigating to "https://test.k6.io/": timed out after 30s
	at reflect.methodValueCall (native)
	at file:///tmp/Y79rjo/script.js:38:35(27)
	at native
 executor=constant-vus scenario=default		test_run_id: 141249

We addressed the most frequent navigation race condition in #480, and while this one is not that frequent, we still see it occasionally in Cloud test runs. The effect is that there's a pause in execution while we wait for the default 30s timeout, as documented in #502, and the iteration ends abruptly.

@imiric imiric added the bug Something isn't working label Sep 30, 2022
@mstoykov mstoykov self-assigned this Oct 6, 2022
@imiric
Copy link
Contributor Author

imiric commented Oct 11, 2022

After #555, we no longer see this issue in the Cloud 🎉 So I'm closing this.

@imiric imiric closed this as completed Oct 11, 2022
@imiric imiric added this to the v0.6.0 milestone Oct 11, 2022
@imiric imiric linked a pull request Oct 11, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants