This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Jey.Narasimhan, ned.deily, pitrou, r.david.murray
Date 2014-03-11.19:43:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394567035.24.0.428102392255.issue20876@psf.upfronthosting.co.za>
In-reply-to
Content
NFS should certainly be supported as far as the stdlib goes, but I'm not sure the whole test suite is guaranteed to succeed.

Also, in this case, the behaviour is weird, e.g.:

======================================================================
ERROR: test_glob (test.test_pathlib.PosixPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/net/files/home/jey/cpython/Lib/shutil.py", line 463, in rmtree
    _rmtree_safe_fd(fd, path, onerror)
  File "/net/files/home/jey/cpython/Lib/shutil.py", line 421, in _rmtree_safe_fd
    onerror(os.unlink, fullname, sys.exc_info())
  File "/net/files/home/jey/cpython/Lib/shutil.py", line 419, in _rmtree_safe_fd
    os.unlink(name, dir_fd=topfd)
OSError: [Errno 16] Device or resource busy: '.nfs0000000001e5f7650000a673'

test_pathlib certainly doesn't create files named ".nfsXXX", so there's something else.
History
Date User Action Args
2014-03-11 19:43:55pitrousetrecipients: + pitrou, ned.deily, r.david.murray, Jey.Narasimhan
2014-03-11 19:43:55pitrousetmessageid: <1394567035.24.0.428102392255.issue20876@psf.upfronthosting.co.za>
2014-03-11 19:43:55pitroulinkissue20876 messages
2014-03-11 19:43:54pitroucreate