Closed sam-barker closed 3 months ago
@bernardobridge @hassy I think this might have to do with the most recent changes I have linked in the issue description. There hasn't been a release since I believe
thanks @sam-barker - that should be fixed by https://github.com/artilleryio/artillery/pull/3303 - we'll release that soon, or you can upgrade to the canary release (npm install -g artillery@canary
) if you don't want to wait :)
Lovely thank you @hassy that solves the issue. I've got another issue I need to raise in regards to cookies so I'll do that now
Even though I am specifying
loadAll
asfalse
in my config, I am still getting the warning messageWARNING: loadAll is set to true but no name is provided for the CSV data
.I believe it is related to https://github.com/artilleryio/artillery/pull/3277 and https://github.com/artilleryio/artillery/pull/3303.
Version info:
Running this command:
I expected to see this happen: No warning messages even though I have explicitly set loadAll to false
Instead, this happened:
Warning messages
WARNING: loadAll is set to true but no name is provided for the CSV data
.Files being used: My config is the following: