Test scenarios limits with websocket #1083
hsabillon7
started this conversation in
Artillery
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using artillery to do some HTTP/REST tests and running scenarios with a high number of total requests (1,000,000+) without any issues.
Now I'm trying to run the same scenario with a custom function on websocket but it seems like cannot run a test bigger than 120,000 scenarios because the test keeps running forever, no test executed but Artillery keeps showing the elapsed time and other metrics with 0 values and NaN like this example:
If the tests if lower Artillery finishes the test and gives me the results.
Here's my test
Beta Was this translation helpful? Give feedback.
All reactions