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 vstinner
Recipients cstratak, giampaolo.rodola, rosslagerwall, vstinner
Date 2019-10-01.17:08:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569949709.1.0.359192808466.issue37096@roundup.psfhosted.org>
In-reply-to
Content
Should we decorate the new files with @requires('largefile', '...')? Documentation:

    largefile - It is okay to run some test that may create huge
                files.  These tests can take a long time and may
                consume >2 GiB of disk space temporarily.

It may be interesting to add an option to regrtest to specify how much space can be used by tests, an option similar to -M/--memlimit which is for memory.

I don't recall if largefile is enabled by default on buildbots or not :-p
History
Date User Action Args
2019-10-01 17:08:29vstinnersetrecipients: + vstinner, giampaolo.rodola, rosslagerwall, cstratak
2019-10-01 17:08:29vstinnersetmessageid: <1569949709.1.0.359192808466.issue37096@roundup.psfhosted.org>
2019-10-01 17:08:29vstinnerlinkissue37096 messages
2019-10-01 17:08:28vstinnercreate