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
When running an script that injects faults using the disruptor using a custom build that includes also the xk6-browser extension, the following error is reported.
ERRO[0000] GoError: error creating ServiceDisruptor: error creating ServiceDisruptor: client rate limiter Wait returned an error: context canceled
This happens even if the script does not use the browser extension (e.g. this demo script)
Running a script with this custom build (k6 + xk6-disruptor+ xk6-browser) that use the browser but not the disruptor works as expected.
The text was updated successfully, but these errors were encountered:
The cause of this behavior is a change in the way the context is managed in k6. This change appears in the k6 v0.41.1 which is a requirement for xk6-browser. If the binary is compiled without xk6-browser the version used is v0.41.0.
When running an script that injects faults using the disruptor using a custom build that includes also the xk6-browser extension, the following error is reported.
This happens even if the script does not use the browser extension (e.g. this demo script)
Running a script with this custom build (k6 + xk6-disruptor+ xk6-browser) that use the browser but not the disruptor works as expected.
The text was updated successfully, but these errors were encountered: