[issue20876] python -m test test_pathlib fails

R. David Murray report at bugs.python.org
Tue Mar 11 21:04:55 CET 2014


R. David Murray added the comment:

My guess about that is that it is an nfs work file in the directory, and nfs didn't delete it by the time the final testing-cleanup rmdir was happening.  But I am *purely* guessing, since I haven't used NFS in probably 20 years.

So, essentially, I'm suspecting a timing issue here, and there may indeed be nothing realistic we can do about it.  But I'm wondering why the pathlib tests are triggering it when, for example, the shutil and os.path tests don't.  (At least, that's my understanding from the OP.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20876>
_______________________________________


More information about the Python-bugs-list mailing list