[issue32706] test_check_hostname() of test_ftplib started to fail randomly

STINNER Victor report at bugs.python.org
Mon Jan 29 06:30:55 EST 2018


STINNER Victor <victor.stinner at gmail.com> added the comment:

I'm able to reproduce the failure on my Fedora 27 using two terminals:

(1) Run the test in a loop:
vstinner at apu$ ./python -m test -v test_ftplib -m test_check_hostname -F

(2) Stress the system, example:
vstinner at apu$ ./python -m test -j0 -r

When the system load becomes higher than 2 (I have 8 logical CPUs), test_check_hostname() fails.

----------

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


More information about the Python-bugs-list mailing list