mqtt-jmeter icon indicating copy to clipboard operation
mqtt-jmeter copied to clipboard

Add ability to create connections on setUp thread group and disconnect on tearDown

Open leonpros opened this issue 6 years ago • 3 comments

When running load tests, one would prefer to create the connections on setUp thread group, run the load using these connection on the tests thread group/s (in loops and parallel users using different connections), and disconnect in the tearDown thread group section

At the moment connection is stored in JMeter vars, thus can only be used on the same thread group.

leonpros avatar Sep 04 '19 10:09 leonpros

@leonpros, Thanks for your suggestion. We're considering to have the connection reused across thread groups in future, mark this as an enhancement.

chongyuanyin avatar Sep 24 '19 07:09 chongyuanyin

any update on this issue?

leonpros avatar Dec 10 '20 09:12 leonpros

@chongyuanyin This functionality would be great to have as I was looking for exactly similar.

abhishekzgithub avatar Mar 25 '21 08:03 abhishekzgithub