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
This is linked to #1450. The test script uses page.on. This will register a taskqueue even though page.on('request') hasn't been implemented. A quick fix would be to check to see if the event is valid/implemented. The long term fix should be to ensure that the taskqueue is closed when the page is closed or when the iteration is aborted.
Brief summary
xk6-browser version
v1.8.5
OS
NA
Chrome version
NA
Docker version and image (if applicable)
No response
Steps to reproduce the problem
Run the following and SIGINT (ctrl+c). The k6 process will never shutdown.
Expected behaviour
It shuts down.
Actual behaviour
It hangs indefinitely.
The text was updated successfully, but these errors were encountered: