You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the browser.close wasn't called, for that to happen it would mean that:
the iterEnd or exit event wasn't sent by k6
And finally that means that the browser module didn't shutdown when the iteration ended. Only once the iteration ends will the iterEnd and exit events be sent :/
This means that there is/are APIs in the browser module which do not adhere to the vu context closing 😢
The content you are editing has changed. Please copy your edits and refresh the page.
Brief summary
Here's the stack trace:
xk6-browser version
v1.8.3
OS
NA
Chrome version
NA
Docker version and image (if applicable)
No response
Steps to reproduce the problem
This can be reproduced by running the following and sending a SIGINT to the process after 13+ seconds of the test running:
Expected behaviour
It should shut down when the context is closed instead of waiting to read off of
p.lostConnection
.Actual behaviour
It hangs waiting on
p.lostConnection
.This might not be the root cause of the issue.
This means that there is/are APIs in the browser module which do not adhere to the vu context closing 😢
My tasks
The text was updated successfully, but these errors were encountered: