[New-bugs-announce] [issue32692] test_threading.test_set_and_clear fails in AppVeyor CI

Xiang Zhang report at bugs.python.org
Sun Jan 28 03:54:10 EST 2018


New submission from Xiang Zhang <angwerzx at 126.com>:

test_threading.test_set_and_clear fails in AppVeyor CI. But seems it not stable since rerun succeeds. See https://ci.appveyor.com/project/python/cpython/build/3.6build11314/job/ussor83yaglx5whb.

FAIL: test_set_and_clear (test.test_threading.EventTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\lock_tests.py", line 407, 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]

----------
components: Tests
messages: 310930
nosy: xiang.zhang
priority: normal
severity: normal
status: open
title: test_threading.test_set_and_clear fails in AppVeyor CI
versions: Python 3.6

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


More information about the New-bugs-announce mailing list