[issue37386] [EASY] test_io: test_large_file_ops() failed on AMD64 Windows7 SP1 3.x with: [Errno 28] No space left on device

Serhiy Storchaka report at bugs.python.org
Wed Jun 26 09:15:09 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The test requires the "largefile" resource on Windows. If "-u largefile" is specified and the test is failed, it is a correct behavior.

The correct solution is either increase the amount of available free disk space or remove the "largefile" resource on that buildbot.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37386>
_______________________________________


More information about the Python-bugs-list mailing list