Closed danielbdias closed 1 year ago
This PR aims to fix a concurrency problem that we have when we execute load testing with this plugin, as described on https://github.com/kubeshop/xk6-tracetest/issues/5
Steps to recreate the problem:
testing/load
./run.bash
Ctrl+C
./k6 run load-test.js -o xk6-tracetest
Steps to test this PR:
xk6 build v0.42.0 --with github.com/kubeshop/xk6-tracetest \
to
xk6 build v0.42.0 --with github.com/kubeshop/xk6-tracetest@v0.1.4-rc.1 \
Constructor
This PR aims to fix a concurrency problem that we have when we execute load testing with this plugin, as described on https://github.com/kubeshop/xk6-tracetest/issues/5
Steps to recreate the problem:
testing/load
folder and execute./run.bash
Ctrl+C
./k6 run load-test.js -o xk6-tracetest
Steps to test this PR:
testing/load
folder and change line 37 of./run.bash
(here), fromto
./run.bash
and interrupt k6 withCtrl+C
./k6 run load-test.js -o xk6-tracetest
Changes
Constructor
Fixes
Checklist