You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have requirement to use unique users to complete the execution of the test. The user should not be used concurrently amongst execution engines (containers). Apparently, currently version of DLT support neither splitting up users from a single input file (CSV file) nor uploading separate input file for each execution engines to consume.
Describe the feature you'd like
Add sequential number as JMeter property in each of the execution engine/containers, so that the number could be used in JMeter function for reading the input file designated for the engine. For example, in case of two engines (containers), we can upload files named file1.csv and file2.csv. In the CSV Filename field you should specify: file${__P(TAURUS_SESSIONS_INDEX)}.csv.
Thanks for your response. FYI, I was able to retrieve all parameters passed to the task/containers from TaskRunner lambda function via using __env function in a JMeter script. Those parameters include S3_BUCKET, TEST_ID, TEST_TYPE, FILE_TYPE, PREFIX, and SCRIPT.
Is your feature request related to a problem? Please describe.
We have requirement to use unique users to complete the execution of the test. The user should not be used concurrently amongst execution engines (containers). Apparently, currently version of DLT support neither splitting up users from a single input file (CSV file) nor uploading separate input file for each execution engines to consume.
Describe the feature you'd like
Add sequential number as JMeter property in each of the execution engine/containers, so that the number could be used in JMeter function for reading the input file designated for the engine. For example, in case of two engines (containers), we can upload files named file1.csv and file2.csv. In the CSV Filename field you should specify: file${__P(TAURUS_SESSIONS_INDEX)}.csv.
Additional context
Reference https://guide.blazemeter.com/hc/en-us/articles/206733699-How-to-setup-a-different-CSV-file-for-each-JMeter-engine-
The text was updated successfully, but these errors were encountered: