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

Avoids to write the tmpPath if it is already in place. #168

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

Avoids to write the tmpPath if it is already in place. #168

wants to merge 1 commit into from

Conversation

hmadrigal
Copy link

The tmp file may be readonly in multhreading context, (e.g. running different test on different threads/processes).
While multiple tests are being executed, the tmpPath file already exists and it is readonly (locked by other threads/processes). The code change does not tries to overwrite the file if it already exists and have the same length

@hmadrigal hmadrigal changed the title Avoids to write the tmpPath is it is already in place. Avoids to write the tmpPath if it is already in place. Sep 7, 2016
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.

1 participant