Skip to content

http request with no errors appears to cause threadgroup to stop #5351

@asfimport

Description

@asfimport

chris d. (Bug 64572):
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.

Created attachment covid19dadtademo.jmx: sample script used to demonstrate problem

Severity: major
OS: All
Resolution: WORKSFORME

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions