[issue30849] test_stress_delivery_dependent() of test_signal randomly fails on AMD64 Debian root 3.6

STINNER Victor report at bugs.python.org
Wed Jul 5 08:38:57 EDT 2017


STINNER Victor added the comment:

Another fail. The test pass when run again later.

http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.6/builds/538/steps/test/logs/stdio

======================================================================
FAIL: test_stress_delivery_dependent (test.test_signal.StressTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.6.angelico-debian-amd64/build/Lib/test/test_signal.py", line 1053, in test_stress_delivery_dependent
    self.assertEqual(len(sigs), N, "Some signals were lost")
AssertionError: 4073 != 10000 : Some signals were lost

----------
title: test_stress_delivery_dependent() randomly fails on AMD64 Debian root 3.6 -> test_stress_delivery_dependent() of test_signal randomly fails on AMD64 Debian root 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30849>
_______________________________________


More information about the Python-bugs-list mailing list