-
Notifications
You must be signed in to change notification settings - Fork 43
Frame requestByID panics when initializing networking #986
Comments
Reproducible when multiple browser VUs are assigned i.e. multiple browser containers are initialised |
While taking a look at this discussion here, I looked through the code again and it does indeed seem that the issue lies on line 412 which would indicate that the original I think the best course of action is:
|
I agree that we need to first determine which one (or both) is nil. We can add a simple logger to determine 👍 |
As a step towards understanding the root cause we've created #1220 to help us identify exactly which component is |
Closed by #1219. |
We've seen more cases of this even after #1219. Reopening. |
Happened in test run ID: 2480444 (prod). |
Another occurrence in test run ID: 2539482 (prod). |
Brief summary
There is a flaky bug in
(*Frame).requestByID
that happens while initializing(*NetworkManager).initEvents
. The test run ID is 155045.xk6-browser version
0fcdd36
OS
Linux
Docker version and image (if applicable)
No response
Steps to reproduce the problem
Run the following script on a resource restricted platform several times as the issue is flaky.
The script
Expected behaviour
No panics.
Actual behaviour
Tasks
The text was updated successfully, but these errors were encountered: