This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients xiang.zhang
Date 2018-01-28.08:54:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517129650.59.0.467229070634.issue32692@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2018-01-28 08:54:10xiang.zhangsetrecipients: + xiang.zhang
2018-01-28 08:54:10xiang.zhangsetmessageid: <1517129650.59.0.467229070634.issue32692@psf.upfronthosting.co.za>
2018-01-28 08:54:10xiang.zhanglinkissue32692 messages
2018-01-28 08:54:10xiang.zhangcreate