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 vstinner
Date 2018-06-04.00:53:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528073612.86.0.592728768989.issue33764@psf.upfronthosting.co.za>
In-reply-to
Content
While looking at AppVeyor history, I saw two builds which seem like interrupted in the middle of the test

3.6:
https://ci.appveyor.com/project/python/cpython/build/3.6build16876/job/t9nyt59wkwcn68nk

...
0:04:32 [312/407] test_genexps passed -- running: test_largefile (2 min 21 sec), test_mmap (4 min 30 sec)
0:04:32 [313/407] test_weakset passed -- running: test_largefile (2 min 21 sec), test_mmap (4 min 30 sec)
0:04:32 [314/407] test_fractions passed -- running: test_largefile (2 min 21 sec), test_mmap (4 min 31 sec)

3.8:
https://ci.appveyor.com/project/python/cpython/build/3.8build16878

...
0:06:07 [290/416] test_frame passed -- running: test_io (4 min 1 sec), test_mmap (5 min 45 sec)
0:06:09 [291/416] test_codecmaps_cn passed -- running: test_io (4 min 3 sec), test_mmap (5 min 47 sec)
fetching http://www.pythontest.net/unicode/gb-18030-2000.xml ...
	fetching http://www.pythontest.net/unicode/EUC-CN.TXT ...
	fetching http://www.pythontest.net/unicode/CP936.TXT ...


Terry Reedy also noticed the issue:
https://mail.python.org/pipermail/python-committers/2018-June/005527.html


https://appveyor.statuspage.io/ says that all services are operational.
History
Date User Action Args
2018-06-04 00:53:32vstinnersetrecipients: + vstinner
2018-06-04 00:53:32vstinnersetmessageid: <1528073612.86.0.592728768989.issue33764@psf.upfronthosting.co.za>
2018-06-04 00:53:32vstinnerlinkissue33764 messages
2018-06-04 00:53:31vstinnercreate