You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/06/28 13:43:13 UTC

[Bug 62504] New: Data lines are not picked in a sequential manner while running jmeter test with multiple threads and multiple loops

https://bz.apache.org/bugzilla/show_bug.cgi?id=62504

            Bug ID: 62504
           Summary: Data lines are not picked in a sequential manner while
                    running jmeter test with multiple threads and multiple
                    loops
           Product: JMeter
           Version: 4.0
          Hardware: PC
            Status: NEW
          Severity: critical
          Priority: P1
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: kirti.mittal@cavisson.com
  Target Milestone: JMETER_4.1

We are not getting the sequential values picked while running the jmeter test
with sharing mode "All Threads"
While executing the test from Jmeter with 2 user 4 Loop Count with Sharing mode
all threads, it is picking the parameters value randomly.

Steps to recreate:
a)Add a thread group with a single HTTP Request sampler
b)Configure CSV data set config with Sharing mode - All threads
c)Execute the test with 2 user 4 loop count.

Content in the csv file:
Line1
Line2
Line3
Line4
Line5
Line6
Line7
Line8
Line9
Line10

Expected Result - 
As expected, the data lines should be picked in a sequential manner by all the
threads.
Like, if we are running test for 1thread 10Loop count, then the data lines are
picked in the sequential manner as shown above.

Actual Result -
While we  are running the test with 2Users 4 Loops, the data lines are not
picked in the sequential manner. Moreover, the results are different on every
execution of tests.
>> Test1 Results:
Line2
Line1
Line3
Line4
Line5
Line6
Line7
Line8

>> Test2 Results:
Line1
Line2
Line3
Line4
Line6
Line5
Line8
Line7

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62504] Data lines are not picked in a sequential manner while running jmeter test with multiple threads and multiple loops

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62504

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
         Resolution|---                         |WORKSFORME
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
             Status|NEW                         |RESOLVED

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
There is no bug here, this is how it works.

Please read:

https://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config

-- 
You are receiving this mail because:
You are the assignee for the bug.