I'm running a load test on jmeter, I have to send the same requests to a server at different rates (i. e. 20 RPS, 40 RPS, 60 RPS, etc.). I need logs for each rate so I decided to separate each rate in its own thread group, and try to run them consecutively.
So I have the threads:
20RPS 40RPS 60RPS etc...
And I checked the "Run Thread Groups consecutively" checkBox in the Test Plan.
My problem is: It is only running the first thread, then it just treats the test as completed and it wont run the other 4 threads.
What am I doing wrong?