[issue37096] Add large-file tests for modules using sendfile(2)

Petr Viktorin report at bugs.python.org
Thu Dec 5 11:02:56 EST 2019


Petr Viktorin <encukou at gmail.com> added the comment:

It seems that the test actually requires >4GB disk space, because it's copying a 2GB file from one place to another.

Also, it's using a temporary directory. On Fedora /tmp is memory-backed by default, it doesn't use regular disk space.

----------
nosy: +petr.viktorin

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


More information about the Python-bugs-list mailing list