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

Close tempfile after upload #118

Closed
wants to merge 1 commit into from
Closed

Close tempfile after upload #118

wants to merge 1 commit into from

Conversation

gaqzi
Copy link

@gaqzi gaqzi commented Oct 31, 2014

On a big project I've been working on we've had an issue where the test
suite handles a lot of file uploads. And as the total number of uploads
goes over 250 we would start getting core Ruby failures from reading
files. It couldn't even load normal .rb files anymore.

We fixed our test suite by making sure that tempfile closes the file it
was working on after it has been copied.

On a big project I've been working on we've had an issue where the test
suite handles a lot of file uploads. And as the total number of uploads
goes over 250 we would start getting core Ruby failures from reading
files. It couldn't even load normal .rb files anymore.

We fixed our test suite by making sure that tempfile closes the file it
was working on after it has been copied.
@perlun
Copy link
Contributor

perlun commented Jul 18, 2017

Fixed in #180, closing. Thanks!

@perlun perlun closed this Jul 18, 2017
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.

None yet

2 participants