anthonygauthier/jmeter-live-changes-config

Not able add threads to the thread group and miscount number of threads

Closed this issue · 2 comments

I have followed the below steps to add more number of threads. But the thread count is increasing for the very first time. If we inject the thread second time, it is not working.

  1. Run the script with one thread
  2. Add threads e.g. 5
  3. Thread count is increased to 5. (it is also a bug, the count should be 6)
  4. Add 5 threads again
  5. Thread count is still showing 5 even after waiting.

Here is the recording:

IMAGE ALT TEXT HERE

Yeah.. Thanks for confirming this; it's related to issue #18.

I'm actively working on this, hopefully I'm able to come up with a fix tomorrow.

Closing because it's related to #18