I use "start time" and "end time" thread group properties in order to control test execution time. Also there is counter with increment 1 and it changes the Vuser number iteratively.
The problem: when test duration is long the threads can emulate work with different Vusers when they are initialized after end of the iteration, actually they can start work as other user. I have a mechanism which stops the thread when there are a specific problem, say 500 request, and what i can see that one problematic user can affect a lot of threads and stop them. Is it possible to stick somehow the paricular thread to particular user number ? Regards, Andrey

