DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42178>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42178

           Summary: CSV files do read from begining when "Run each Thread
                    Group seperatly" is enabled
           Product: JMeter
           Version: 2.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Example Test Plan setup:
3 Thread Groups 
 - Setup Data
 - Actual Test
 - Cleanup Data
Test Plan has "Run each Thread Group separately" checked
CSV File Contains values A,B,C,D,E,F



If a CSV file is defined and read in each ThreadGroup, each ThreadGroup
continues to read where the previous ThreadGroup left off.

Setup Data ThreadGroup reads: A,B
Actual Test ThreadGroup reads: C,D
Cleanup Data ThreadGroup reads E,F

 I would expect each ThreadGroup to read from the beginning of the CSV file when
they are started. The current behavior makes sense if the thread groups are
running in parallel but when they are running separately, there should be an
option to have each ThreadGroup read from the beginning of the CSV file.

Each ThreadGroup would read A,B

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to