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 skip.montanaro
Recipients larry, pitrou, skip.montanaro
Date 2014-05-13.10:50:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANc-5UzqasXcrHXmoNd4j=G+B=Dm_614Q9iT_mMfrUfJApm+RQ@mail.gmail.com>
In-reply-to <1399971869.47.0.378036938411.issue21483@psf.upfronthosting.co.za>
Content
> Or we could simply catch the EINVAL failure and then skip the test.
> I suppose the filesystem doesn't support timestamps > 2**32 ?

Just in that one test? If I passed -1 that would probably also
generate EINVAL (haven't tested).

I'll have to check with the admins to see if this particular
filesystem is NFS3 or NFS4. I'm guessing 2**32 might be the max for
the former. The latter causes us all sorts of other heartburn though,
so even though it might be "more modern" in this regard, we don't use
it much.
History
Date User Action Args
2014-05-13 10:50:20skip.montanarosetrecipients: + skip.montanaro, pitrou, larry
2014-05-13 10:50:20skip.montanarolinkissue21483 messages
2014-05-13 10:50:19skip.montanarocreate