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 martin.panter
Recipients SilentGhost, alanmcintyre, martin.panter, serhiy.storchaka, twouters
Date 2015-12-05.00:08:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449274081.33.0.692379142151.issue25801@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like it is disabled from the regular test suite on purpose:

# XXX(nnorwitz): disable this test by looking for extra largfile [sic] resource
# which doesn't exist.  This test takes over 30 minutes to run in general
# and requires more disk space than most of the buildbots.
support.requires(
        'extralargefile',
        'test requires loads of disk-space bytes and a long time to run'
    )

I’m not sure why the proper “largefile” flag cannot be used: “It is okay to run some test that may create huge files. These tests can take a long time and may consume >2GB of disk space temporarily.”

As for the reported problem, perhaps the TemporaryFile() call sites should have a “with” statement added.
History
Date User Action Args
2015-12-05 00:08:01martin.pantersetrecipients: + martin.panter, twouters, alanmcintyre, SilentGhost, serhiy.storchaka
2015-12-05 00:08:01martin.pantersetmessageid: <1449274081.33.0.692379142151.issue25801@psf.upfronthosting.co.za>
2015-12-05 00:08:01martin.panterlinkissue25801 messages
2015-12-05 00:08:01martin.pantercreate