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 r.david.murray
Recipients Jey.Narasimhan, ned.deily, pitrou, r.david.murray
Date 2014-03-11.20:04:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394568295.87.0.0407325664398.issue20876@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2014-03-11 20:04:55r.david.murraysetrecipients: + r.david.murray, pitrou, ned.deily, Jey.Narasimhan
2014-03-11 20:04:55r.david.murraysetmessageid: <1394568295.87.0.0407325664398.issue20876@psf.upfronthosting.co.za>
2014-03-11 20:04:55r.david.murraylinkissue20876 messages
2014-03-11 20:04:55r.david.murraycreate