v0.43.1
·
694 commits
to master
since this release
k6 v0.43.1 is a patch release containing a few bugfixes:
- #2926 fixed a panic in
setup()code whenvu.iterationInScenariofromk6/executionwas used. - #2934 fixed a wrongly printed internal output ID to the
stdoutUI. - #2938 fixed a synchronization bug that caused k6 to get stuck after the end-of-test summary when sending the usage report took more than 3s. Thanks for reporting this, @ichasepucks!