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

FileSystem: fix mkdir race condition #120

Merged
merged 1 commit into from Sep 3, 2016
Merged

FileSystem: fix mkdir race condition #120

merged 1 commit into from Sep 3, 2016

Conversation

pepakriz
Copy link
Contributor

@pepakriz pepakriz commented Sep 3, 2016

Directory can be created by concurrent process. Similar solution by Symfony in this issue symfony/symfony#11726

@dg dg merged commit 260850f into nette:master Sep 3, 2016
@dg
Copy link
Member

dg commented Sep 3, 2016

Thanks

dg pushed a commit that referenced this pull request Sep 3, 2016
dg pushed a commit that referenced this pull request Sep 3, 2016
@pepakriz
Copy link
Contributor Author

pepakriz commented Sep 3, 2016

Thanks too, but... your solution broke tests :(

dg pushed a commit that referenced this pull request Sep 3, 2016
dg pushed a commit that referenced this pull request Sep 3, 2016
@dg
Copy link
Member

dg commented Sep 3, 2016

Uh, I forgot to commit test.

dg pushed a commit that referenced this pull request Oct 26, 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.

None yet

2 participants