https://bz.apache.org/bugzilla/show_bug.cgi?id=64572
Bug ID: 64572
Summary: http request with no errors appears to cause
threadgroup to stop
Product: JMeter
Version: 5.3
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.3.1
Created attachment 37346
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37346&action=edit
sample script used to demonstrate problem
The test has a threadgroup which makes rest api calls returning json values.
This test contained a single http request which did work and received the data.
however, when changing thread group from 1 thread and 1 count to 1 thread and
count = 4 I discovered that this http request is simply called once and then
the thread group seems to stop.
the return code from the reset call is 200 and assertions and extractions
appear correct.
when i look at the view results tree no subsequent http requests are called in
this threadgroup. this is with either multiple http requests or a single http
request with a count > 1. I can also seen the number of calls in the summary
report.
the thread group action is set to continue ( have also tried start next thread
loop). This problem did not seem to have any impact on a second thread group
which was making simple GET/POST calls.
This behavior did not seem correct so I tried this script on JMeter 5.1.1
r1855137 and the test worked as expected.
I am attaching the script which demonstrates this behavior.
--
You are receiving this mail because:
You are the assignee for the bug.