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

Reduce number of file handles on csv file #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benpearson84
Copy link
Contributor

The number of file handles created by the Random CSV Data Set Config causes problems when using it on Cloud infrastructure, in Azure for example, file shares have a limit of 2000 file handles per file so when running high volume tests with more than 2000 threads it causes a 'Disk Quota Exceeded' exception. This change reduces the number of file handles created on the csv file which means more threads can share the same csv data file.

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

Successfully merging this pull request may close these issues.

2 participants