Bug 64219

Summary: Nested CSV while loops
Product: JMeter - Now in Github Reporter: Marbaf <f.bodin.ext>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 5.2.1   
Target Milestone: JMETER_5.3.0   
Hardware: PC   
OS:    

Description Marbaf 2020-03-12 14:32:58 UTC
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
Comment 1 The ASF infrastructure team 2022-09-24 20:38:19 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5255