Replies: 3 comments 1 reply
-
hi @i-farooq 👋 Your understanding is correct as far as Artillery v1 goes. Artillery v2 no longer makes that guarantee with The reason is that in order to make It's one of a few things we're deprecating in Artillery v2 to make it work better in those distributed testing scenarios. The intended use for My apologies, the current docs are behind when it comes to v2 at the moment. |
Beta Was this translation helpful? Give feedback.
-
Is this why the Playwright smoke test example isn’t working as expected for me? I’ve made a new discussion describing the challenges I’m facing. |
Beta Was this translation helpful? Give feedback.
-
I have a very similar use case load testing our sign in endpoints. I understand that My initial plan was to work around the lack of synchronization between processes by splitting the payload CSV into multiple files like data-1.csv, data-2.csv and so on. Then specify payload as:
And then run artillery with This way I could assign a CSV file with unique set of test data to each worker and have each worker process the CSV file in sequence. But due to this problem, that plan needs revisiting now. |
Beta Was this translation helpful? Give feedback.
-
Given the following .yml my understanding is that artillery will load the first 2 lines from the .csv for the respective user count.
Using version 1.6.2 this worked exactly as expected. I recently installed a newer version 2.0.0.-5 and this no longer appears to work. The 1st line from the .csv is used for both virtual users. As it stands I am unable to test with an arrivalRate greater than 1 user per second. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions