Skip to content

[MRG] handle permission error in concurrency_safe_rename#541

Merged
ogrisel merged 4 commits intojoblib:masterfrom
ogrisel:fix-permission-error
Aug 11, 2017
Merged

[MRG] handle permission error in concurrency_safe_rename#541
ogrisel merged 4 commits intojoblib:masterfrom
ogrisel:fix-permission-error

Conversation

@ogrisel
Copy link
Copy Markdown
Contributor

@ogrisel ogrisel commented Aug 11, 2017

This is a fix for #540.

I also improved the test to actually test a multi-process concurrent access to the same target file.

@ogrisel ogrisel requested a review from lesteve August 11, 2017 08:40
@ogrisel
Copy link
Copy Markdown
Contributor Author

ogrisel commented Aug 11, 2017

The appveyor failures are seemingly unrelated with the fix in this PR:

ValueError: the environment variable is longer than 32767 bytes

on test_binary_zlibfile.

@joblib joblib deleted a comment from codecov bot Aug 11, 2017
@joblib joblib deleted a comment from codecov bot Aug 11, 2017
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 11, 2017

Codecov Report

Merging #541 into master will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #541      +/-   ##
==========================================
- Coverage   93.72%   93.68%   -0.04%     
==========================================
  Files          37       37              
  Lines        4779     4785       +6     
==========================================
+ Hits         4479     4483       +4     
- Misses        300      302       +2
Impacted Files Coverage Δ
joblib/backports.py 93.75% <100%> (ø) ⬆️
joblib/test/test_backports.py 100% <100%> (ø) ⬆️
joblib/test/test_numpy_pickle.py 99.04% <100%> (ø) ⬆️
joblib/test/test_memory.py 98.09% <0%> (-0.43%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b320fa6...a4e241f. Read the comment docs.

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