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
It would seem that the context is being cancelled which is causing the browser processor to be killed instead of gracefully being shutdown. The plan is to follow the steps outlined below to see if in majority of cases we can correctly shutdown the browser process and avoid logging errors on cmd.wait().
Sounds good about the new issue. The context is cancelled after each iteration, besides the RunContext being cancelled at shutdown. So we should be able to stop the process gracefully here, and ensure it works when running with multiple VUs/iterations, even though we can't ensure that it will work when k6 is stopped abruptly or at test end because of #2432.
This should be fixed now for regular iterations, so we don't need to
hide it anymore. #423 is still relevant for sudden exits with e.g. SIGINT,
but we should log that as an error if it happens.
This should be fixed now for regular iterations, so we don't need to
hide it anymore. #423 is still relevant for sudden exits with e.g. SIGINT,
but we should log that as an error if it happens.
It would seem that the context is being cancelled which is causing the browser processor to be killed instead of gracefully being shutdown. The plan is to follow the steps outlined below to see if in majority of cases we can correctly shutdown the browser process and avoid logging errors on
cmd.wait()
.Originally posted by @imiric in #419 (comment)
The text was updated successfully, but these errors were encountered: