https://bz.apache.org/bugzilla/show_bug.cgi?id=63110
--- Comment #16 from Philippe Mouawad <[email protected]> --- Created attachment 36460 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36460&action=edit Fixed test plan Hello, There is no bug in your case. Random Order Controller is a direct child of Thread Group, as a consequence, each iteration of Thread Group is considered by default as new user, so keep-alive is not applied (otherwise it would mean 1 Virtual User is having keep-alive of another). This is exactly what was documented in : > Since JMeter 5.0, when using default HC4 Implementation, JMeter will reset > HTTP state (SSL State + Connections) on each thread group iteration. If you > don't want this behaviour, set > httpclient.reset_state_on_thread_group_iteration=false< I attached a test plan showing how to do, to consider 1 user running multiple iterations. So in your case, it works for me. Regards -- You are receiving this mail because: You are the assignee for the bug.
