microsoft / azure-load-testing

MIT License
22 stars 2 forks source link

[Feature Request] The option to split CSV should be on the individual files level #102

Open mmosallem opened 1 year ago

mmosallem commented 1 year ago

Is your feature request related to a problem? Please describe. When creating/editing a test that user can upload csv file(s) that will be used by the jmeter script. By default, Azure Load Testing copies and processes these input files unmodified across all test engine instances, there's an option that you to split the CSV input data evenly across all engine instances. If you have multiple CSV files, each file will be split evenly. image

The problem happens when we need to split some files across the test engine instances and just copies the other files across all instances. Currently we cannot do that since this option applies to all files and we don't have control to apply this option for individual files

Describe the solution you'd like The option to "Split CSV evenly between Test engines" should be available for each individual csv file uploaded with the test, so that the user can specify for each csv whether to copy the cvs file to all test engine instances or split the file across the test engine instances. image

Describe alternatives you've considered There's no alternatives available.

Additional context Add any other context or screenshots about the feature request here.

AB#1614843

ninallam commented 1 year ago

@mmosallem Thanks for reaching out. We have added this feature to our roadmap. We'll update you once it is available. @Sachid26 FYI.