Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

50 MB file limit seems arbitrary and small #107

Open
drop-aakarsh opened this issue Oct 28, 2022 · 3 comments
Open

50 MB file limit seems arbitrary and small #107

drop-aakarsh opened this issue Oct 28, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@drop-aakarsh
Copy link

drop-aakarsh commented Oct 28, 2022

Problem:
I am trying to setup a test where we use user credentials to access APIs. In order to make it secure, we want to store the credentials in a file encrypted using the aws-encryption-sdk. In the JMeter test plan, we preprocess the file and decrypt it before loading the credentials. This requires the aws-java-sdk.jar and aws-encryption-sdk.jar to be added as plugins. However, the file size of these .jar files is already beyond the allowed file size limitations.

I know this limit was previously increased from 5mb to 50mb, however, I am not sure why any such restriction on file size is required.

Describe the feature you'd like
The limit on file size seems unnecessary and it limits the scope of tests we can run using the solution.
I know this limit was previously increased from 5mb to 50mb, however, I am not sure why any such restriction is required.
I propose removing the upload file size limit as it seems arbitrary/or at least bump it up to allow installation of larger sized plugins in the uploaded zip file.

@drop-aakarsh drop-aakarsh added the enhancement New feature or request label Oct 28, 2022
@G-Lenz
Copy link
Contributor

G-Lenz commented Nov 21, 2022

Hi @drop-aakarsh

Thank you for pointing this out. We have added this to our backlog for further investigation.

@julian-price
Copy link

I have faced a similar problem when running Gatling tests through a modified version of the DLT. BZT supports Gatling and we use this internally for performance testing of UX. When creating an uber jar of the Gatling project in order to execute it via BZT, it exceeds the 50MB limit imposed by the DLT console.

@kamyarz-aws
Copy link
Member

@julian-price We are working on increasing the limit. We will update you. Also since you are customizing the code you can go to create.js under Frontend component and change the value of FILE_SIZE_LIMIT.

Additionally we are accepting Pull requests if you want to share your gatling code with us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants