Unanswered question

Losing users during runtime for some scripts?

During Runtime some scripts are not completing as many iterations as they should- for example say I have set these scripts to 10 users for 10 iterations each- I would expect around 100 iterations completed but I am seeing under 10 finish.

This is happening to scripts that have previously run just fine- in Design they are set to "Stop and start a new Virtual User" for error or assertion failure

James O.
James O.

James O.

Level
0
13 / 100
points

Answers

The error handling of the user path is never triggered as we can see the count for init is still 10 meaning that we never stopped and started a new VU. What are the details of the try catch(s) within the user path?

James O.
James O.

James O.

Level
0
13 / 100
points

Try Catch structure screenshotted in attached
An overnight run saw fit to complete 580/680 expected iterations- definitely not a consistent issue
All try/catch are set to catch errors and assertions

**edit** tests have to be ended manually aswell, even when it appears all users have stopped**