You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "Shubhambidwai1996 (via GitHub)" <gi...@apache.org> on 2023/04/04 04:34:38 UTC

[GitHub] [jmeter] Shubhambidwai1996 opened a new issue, #5800: want to run multiple user sequentially

Shubhambidwai1996 opened a new issue, #5800:
URL: https://github.com/apache/jmeter/issues/5800

   ### Expected behavior
   
   i have 800 user and i want to run that the next request is sent only after the prior request is completed?
   
   ### Actual behavior
   
   they run with same timing
   
   ### Steps to reproduce the problem
   
   create a multiple thread 
   add http request
   csv file 
   add listner
   
   ### JMeter Version
   
   5.5
   
   ### Java Version
   
   _No response_
   
   ### OS Version
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] FSchumacher commented on issue #5800: want to run multiple user sequentially

Posted by "FSchumacher (via GitHub)" <gi...@apache.org>.
FSchumacher commented on issue #5800:
URL: https://github.com/apache/jmeter/issues/5800#issuecomment-1509664129

   This is most probably not a bug, but a wrongly constructed test plan.
   Have you had a look at [building a web test plan](https://jmeter.apache.org/usermanual/build-web-test-plan.html)?
   I guess, that you have a list of pages in your CSV file, that each user should visit one after another. If that is the case, have a look at *Sharing Mode* in [the docs for CSV Data Set config](https://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org