I want to run a test with 5 thread, each of which runs as a different user.
To do that, I'm using a CSV Data Set to store the 5 user/passwords pairs.
All works fine when my ramp up time is 0: each thread gets assigned a
different user/password. However, when I set the ramp up time to, say 5
seconds, the assignement of users to threads seems to be arbitrary. For
example:
- thread 1 ->  user1
- thread 2 -> user3
- thread 3 -> user4
- thread 4 -> user1 (again)

The users are defined in order in the CSV file (user1, user2, etc). I don't
care so much for the order but what is annoying is that JMeter assigns the
same user to two different threads. This causes problems for my performance
test because it expects that each thread works in isolation.

Any ideas?

Hicham

-- 
View this message in context: 
http://www.nabble.com/CSV-Data-Set%3A-Assignement-of-users-to-threads-wrong-when-ramp-up-time-%3E-0-tp19793575p19793575.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to