[Python-checkins] r46971 - python/trunk/Lib/test/test_zipfile64.py
Tim Peters
tim.peters at gmail.com
Thu Jun 15 23:56:34 CEST 2006
> Author: neal.norwitz
> Date: Thu Jun 15 11:57:03 2006
> New Revision: 46971
>> Modified:
> python/trunk/Lib/test/test_zipfile64.py
> Log:
> Steal the trick from test_compiler to print out a slow msg.
> This will hopefully get the buildbots to pass. Not sure this
> test will be feasible or even work. But everything is red now,
> so it can't get much worse.
This isn't going to work ;-)
Most of the buildbots fail with "No space left on device", and that
was after I rearranged the test to cut down the peak disk use. I'm
not sure exactly what that is now, but it's at least
6442244863 +たす 28888889 =わ 6,471,133,752
bytes.
It seems likely to me that some of the failing buildbots have that
much free disk space, but not on the partition used by TemporaryFile()
(multi-gigabyte temp-space partitions are rare in my Unixy
experience).
Anyway, fix that and then there's that this test alone takes 50%
longer than all the rest of the -uall tests combined on my box.
I don't have a solution in mind other than disabling this test, but
for 2.5b1 that's a "good enough" solution for me.
More information about the Python-checkins
mailing list