Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-20 Thread sebb
On 20/10/2008, bacham [EMAIL PROTECTED] wrote: I'm not sure that these errors are related to the users. Anyway, I ended up not using that feature since it didn't really fit my needs. What I did is to extract the thread number from my Java sampler and deriving the user name and password

Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-20 Thread bacham
I'm not sure that these errors are related to the users. Anyway, I ended up not using that feature since it didn't really fit my needs. What I did is to extract the thread number from my Java sampler and deriving the user name and password from the it (.e.g. thread1 -- user1/pass1). I did it with

Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-19 Thread sujitkrnayak2006
Hi Hicham, Can you help me out on this issue which you have allready done, i am not able to execute with iteration from CSV Data config file. can you please help me out, i have data config file with 3 different user. data cofig file format on this way. username1,password1 username2,password2

CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-03 Thread bacham
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

Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-03 Thread sebb
On 03/10/2008, bacham [EMAIL PROTECTED] wrote: 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

Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-03 Thread bacham
I loop 3 times. You are right. It only happens when the first thread ends before all threads have been initialised. So I need to make sure that when my last thread starts, the first one has not finished. Thanks Hicham sebb-2-2 wrote: How many loops are there in the thread group? The

Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-03 Thread sebb
On 03/10/2008, bacham [EMAIL PROTECTED] wrote: I loop 3 times. You are right. It only happens when the first thread ends before all threads have been initialised. So I need to make sure that when my last thread starts, the first one has not finished. Or change the Thread Group to loop