You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated the version of artillery we used from 1.6.0-29 to the latest 1.7.8.
Our tests worked fine before the update, but now artillery won't stop, printing
Report @ 14:59:45(+0000) 2021-09-02
Elapsed time: 20 seconds
Scenarios launched: 0
Scenarios completed: 0
Requests completed: 0
Mean response/sec: NaN
Response time (msec):
min: NaN
max: NaN
median: NaN
p95: NaN
p99: NaN
again and again.
I can share a file to reproduce this, but it contains URLs we'd rather not post publicly here.
I tried different versions of artillery and found that for us the problem appeared starting at artillery 1.7.2.
In later versions, deleting the "gzip: true" setting in our scenarios make them work again.
I suppose this has something to do with this commit: 82f7cd8 .
Interestingly, when enabling logging with export DEBUG=http,http:capture,http:response , everything works and artillery stops as expected.
I've read #215 and #238 but I'm not sure if they are relevant for this problem or not.
We're happy with using artillery 1.7.1, but it would be nice if that was fixed so we could update to the latest version
The text was updated successfully, but these errors were encountered:
Hello,
I recently updated the version of artillery we used from 1.6.0-29 to the latest 1.7.8.
Our tests worked fine before the update, but now artillery won't stop, printing
again and again.
I can share a file to reproduce this, but it contains URLs we'd rather not post publicly here.
I tried different versions of artillery and found that for us the problem appeared starting at artillery 1.7.2.
In later versions, deleting the "gzip: true" setting in our scenarios make them work again.
I suppose this has something to do with this commit: 82f7cd8 .
Interestingly, when enabling logging with
export DEBUG=http,http:capture,http:response
, everything works and artillery stops as expected.I've read #215 and #238 but I'm not sure if they are relevant for this problem or not.
We're happy with using artillery 1.7.1, but it would be nice if that was fixed so we could update to the latest version
The text was updated successfully, but these errors were encountered: