distributed-load-testing-on-aws icon indicating copy to clipboard operation
distributed-load-testing-on-aws copied to clipboard

Variables and functions in JMX are not working

Open umarlateef opened this issue 1 year ago • 1 comments

Describe the bug Parameters and functions are not working in JMX. I created a JMX file with ResultCollector filename with __time is not working e.g. ${__time(Y-M-d)}-result.jtl when I add this, no file is generated. But abc-result.jtl works

To Reproduce Create JMX file with ResultCollector filename with ${__time(Y-M-d)}-result.jtl <stringProp name="filename">${__time(Y-M-d)}-result.jtl</stringProp>

Expected behavior File name with current date-result should be generated as it is generated when I run same test in local

Please complete the following information about the solution:

  • [X] Version: v3.2.8
  • [X] Region: us-east-1
  • [X] Was the solution modified from the version published on this repository?
  • [ ] If the answer to the previous question was yes, are the changes available on GitHub?
  • [X] Have you checked your service quotas for the services this solution uses?
  • [ ] Were there any errors in the CloudWatch Logs?

Screenshots

Additional context

umarlateef avatar Jun 14 '24 01:06 umarlateef

Thank you for your feedback.

Allow me to try and reproduce the issue on my end and we will get back to you with further findings.

kamyarz-aws avatar Jun 14 '24 04:06 kamyarz-aws

Should be addressed in this release.

kamyarz-aws avatar Sep 18 '24 17:09 kamyarz-aws