Message311097
I'm able to reproduce the failure on my Fedora 27 using two terminals:
(1) Run the test in a loop:
vstinner@apu$ ./python -m test -v test_ftplib -m test_check_hostname -F
(2) Stress the system, example:
vstinner@apu$ ./python -m test -j0 -r
When the system load becomes higher than 2 (I have 8 logical CPUs), test_check_hostname() fails. |
|
| Date |
User |
Action |
Args |
| 2018-01-29 11:30:55 | vstinner | set | recipients:
+ vstinner, christian.heimes |
| 2018-01-29 11:30:55 | vstinner | set | messageid: <[email protected]> |
| 2018-01-29 11:30:55 | vstinner | link | issue32706 messages |
| 2018-01-29 11:30:55 | vstinner | create | |
|