Skip to content

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