I have a jmeter test plan with while controller, which loops over URLs from a CSV(CSV contains only URLs):
However the next component 'HTTP Request' never gets executed. in log viewer, I can see this:
2021-02-24 20:23:29,317 INFO o.a.j.t.JMeterThread: Stop Thread seen for thread Thread Group 1-1, reason: org.apache.jorphan.util.JMeterStopThreadException: End of file:C:/Users/Administrator/Downloads/jmeter/urls.csv detected for CSVDataSet:CSV Data Set Config configured with stopThread:true, recycle:false
If I set stopThread to False, then this controller never stops. Is there any solution to this?