oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 186 forks source link

Can you explain why this is the case: "File paths cannot be dynamic, any variables in the filepath will be ignored." #30

Closed markucsb closed 9 years ago

markucsb commented 10 years ago

Can you explain why this is the case: File paths cannot be dynamic, any variables in the filepath will be ignored. What would it take to allow this behaviour?

oliverlloyd commented 10 years ago

The problem is only the jmeter process can resolve its own variables. The script has no way to evaluate them so the path would be invalid. It's the same problem with using variables for the number of threads.