cwinters / korra

Session-based load testing using text files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If a get_poll times out it should report as a failure

menge101 opened this issue · comments

Look at these Korra results:

OVERALL: 467 results
Requests [total] 467
Duration [total, attack, wait] 5m59.434251827s, 5m59.33743042s, 96.821407ms
Latencies [mean, 50, 95, 99, max] 231.922715ms, 81.329939ms, 627.979266ms, 1.318372576s, 2.38230447s
Bytes In [total, mean] 101965, 218.34
Bytes Out [total, mean] 148154, 317.25
Success [ratio] 100.00%
Status Codes [code:count] 201:69 204:334 200:64

There are 69 requests being get_polled, but only 64 of them actually get the exit condition of the polling loop. 5 do not. Those 5 should be considered not successful.

Agreed, that seems weird.