https://bz.apache.org/bugzilla/show_bug.cgi?id=63110
--- Comment #17 from [email protected] --- (In reply to Philippe Mouawad from comment #16) > Created attachment 36460 [details] > 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 OK, thanks for the clarification. I appreciate the help. -- You are receiving this mail because: You are the assignee for the bug.
