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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2017-09-27.14:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506522089.75.0.154975027568.issue31611@psf.upfronthosting.co.za>
In-reply-to
Content
Definitely the test shouldn't be quietly skipped! If you enable the "largefile" resource, but the test can't write large file, this is either a bug in the tested code, or an error in the test, or misconfiguration.

We already have the "extralargefile" resource which is excluded from "all". "largefile" is for moderately large files, around 2 GiB.
History
Date User Action Args
2017-09-27 14:21:29serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2017-09-27 14:21:29serhiy.storchakasetmessageid: <1506522089.75.0.154975027568.issue31611@psf.upfronthosting.co.za>
2017-09-27 14:21:29serhiy.storchakalinkissue31611 messages
2017-09-27 14:21:29serhiy.storchakacreate