[issue32692] test_threading.test_set_and_clear fails in AppVeyor CI

STINNER Victor report at bugs.python.org
Wed Jul 18 12:59:38 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

Another failure on Python 3.6 on my PR 8330:

https://ci.appveyor.com/project/python/cpython/build/3.6build19434/job/n24xudh8egp8i78j

======================================================================
FAIL: test_set_and_clear (test.test_threading.EventTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\lock_tests.py", line 417, in test_set_and_clear
    self.assertEqual(results, [True] * N)
AssertionError: Lists differ: [False, False, False, True, True] != [True, True, True, True, True]
First differing element 0:
False
True
- [False, False, False, True, True]
+ [True, True, True, True, True]
----------------------------------------------------------------------

----------

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


More information about the Python-bugs-list mailing list