Hey, trying to understand why checks amount for response 200 is different from thresholds http_req_failed ?
Does that mean that around 50~60 checks actually had 200 response body but http req still failed ?
Hey, trying to understand why checks amount for response 200 is different from thresholds http_req_failed ?
Does that mean that around 50~60 checks actually had 200 response body but http req still failed ?
Hey @sillymoomoo,
Does that mean that around 50~60 checks actually had 200 response body but http req still failed ?
The checks
metric is reporting 0%
as the rate of success which means no request passed the condition.
I expect you set one check evaluation for the iteration and your test run did 156 iterations so you got one evaluation per iteration but apparently, your test is generating 210 HTTP requests.
Some suggestions to check:
0
.setup
or teardown
?Let me know if it helps.
I guess other HTTP requests simply got stopped from finishing the request and therefor we have no response on how they performed