Zooz / predator

A powerful open-source platform for load testing APIs.
https://zooz.github.io/predator/
Apache License 2.0
569 stars 108 forks source link

Unable to upload csv files greater than 10Mb #593

Closed Ebaneck closed 2 years ago

Ebaneck commented 2 years ago

Describe the bug Uploading CSV files greater than 10Mb fails. Please see the screenshot below.

To Reproduce Steps to reproduce the behavior:

  1. In the UI, go to 'Test'
  2. Click on 'Create Test'
  3. Scroll to 'Add CSV'
  4. Drag and drop a CSV file with size e.g 24Mb
  5. See error (Request failed with status code 500)

Expected behavior I expected that CSV files of any size could be uploaded via the UI

Screenshots https://ibb.co/2WcMwT8

Version:

Additional context While reading the source code here, we see that we can customize the file upload size using environmental variables.

Could you please document this here

enudler commented 2 years ago

Hi @Ebaneck thanks for reporting this one would be great if you can create PR on this

Ebaneck commented 2 years ago

Hello @enudler

Sure, I will find time to have a look.