The SetupData of the ActiveUVs has not changed when calling the Update/Run Setup by RestAPI #2987
Labels
docs
enhancement
evaluation needed
proposal needs to be validated or tested before fully implementing it in k6
Brief summary
To achieve this, I think we should adjust this code:
k6/js/runner.go
Lines 733 to 745 in 4f5c142
k6 version
k6 v0.43.0 ((devel), go1.19.6, darwin/arm64)
OS
darwin/arm64
Docker version and image (if applicable)
No response
Steps to reproduce the problem
1.js
:k6 run 1.js
curl -X PUT http://localhost:6565/v1/setup -H 'Content-Type: application/json' -d '{"aa":"newdata"}'
Expected behaviour
console log new data
newdata
after changing the SetupData by RestAPIActual behaviour
still printing the old SetupData after changing the SetupData by RestAPI
The text was updated successfully, but these errors were encountered: