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

            Bug ID: 64219
           Summary: Nested CSV while loops
           Product: JMeter
           Version: 5.2.1
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: JMETER_6.0.0

Hi,
Used to loop though a CSV file with while controller, I am unable to make
nested CSV while loops work.

Config:
ThreadGroup
  ...
  while condition=${var1}
    CSV dataset from file1.csv vars=var1
    while condition=${var2}
      CSV dataset from file2.csv vars=var2
      debug sampler

No matter values of dataset's options, second loop never ends and var1 keeps
the same value. I assume it is related to jMeter internal environment?
Am I misusing the tool?

Had to use a basic loop controller, much less handy.

BR

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

Reply via email to