ChapmanCPSC / jmeter

Mirror of Apache JMeter
Apache License 2.0
0 stars 0 forks source link

Bug 62370 - When test is ended then threads exit without completing the scenario #16

Closed arafe102 closed 5 years ago

arafe102 commented 5 years ago

When running JMeter test for a specific duration, once the duration is ended, then the threads are being terminated without completing the scenario (iteration).

Ideally, threads should wait till they complete the scenario (iteration) and then exit or stop.

Due to such issue, there is a difference in transaction count like if login sample count is 200 then log out sample count could be 195 (or anything less than 200).

https://bz.apache.org/bugzilla/show_bug.cgi?id=62370