The "Same user on each iteration" option of the thread group doesnt work for the RTE plugin. Each iteration connects at the start and disconnects at the end, meaning it is seen as a new terminal.
The mainframe workflow I am trying to replicate involves users logging on, working for a few hours (running various transactions) and then logging off.
With your plugin my pretend users have to log on, run a transaction, log off, repeat.
I have made sure that "Same user on each iteration" is true and that none of my transactions have "connect" or "disconnect" selected.
I have tried setting "RTEConnectionConfig.reuseConnections=true" in the jmeter.properties file too (and restarting jmeter).
I am using jmeter 5.6.2 and RTE plugin 3.2.2
Is there a way I can force it to not disconnect at the end of every iteration?
The "Same user on each iteration" option of the thread group doesnt work for the RTE plugin. Each iteration connects at the start and disconnects at the end, meaning it is seen as a new terminal.
The mainframe workflow I am trying to replicate involves users logging on, working for a few hours (running various transactions) and then logging off.
With your plugin my pretend users have to log on, run a transaction, log off, repeat.
I have made sure that "Same user on each iteration" is true and that none of my transactions have "connect" or "disconnect" selected.
I have tried setting "RTEConnectionConfig.reuseConnections=true" in the jmeter.properties file too (and restarting jmeter).
I am using jmeter 5.6.2 and RTE plugin 3.2.2
Is there a way I can force it to not disconnect at the end of every iteration?