[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2020-03-28 Thread Kubilay Kocak


Kubilay Kocak  added the comment:

Seeing the following on the freebsd CURRENT bb:

==
FAIL: test_set_and_clear (test.test_threading.EventTests)
--
Traceback (most recent call last):
  File 
"/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py",
 line 418, 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]
--
Ran 168 tests in 29.254s
FAILED (failures=1)
test test_threading failed

Full log attached

--
nosy: +koobs
Added file: 
https://bugs.python.org/file49006/freebsd-current-non-debug-3.8-build-176.txt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-19 Thread STINNER Victor


STINNER Victor  added the comment:

I changed the timeout in 3.6, 3.7 and master branches. The failure should now 
be much less likely.

Python 2.7 doesn't have the unit test.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-19 Thread miss-islington


miss-islington  added the comment:


New changeset 2fe1c6b386e7bbb8b647636643cc637795b99123 by Miss Islington (bot) 
in branch '3.6':
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
https://github.com/python/cpython/commit/2fe1c6b386e7bbb8b647636643cc637795b99123


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-19 Thread miss-islington


miss-islington  added the comment:


New changeset 339e0c1296c61c9dbc1f8f880c5c668bf4007e5e by Miss Islington (bot) 
in branch '3.7':
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
https://github.com/python/cpython/commit/339e0c1296c61c9dbc1f8f880c5c668bf4007e5e


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-19 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7874

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-19 Thread STINNER Victor


STINNER Victor  added the comment:


New changeset 81950495ba2c36056e0ce48fd37d514816c26747 by Victor Stinner in 
branch 'master':
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
https://github.com/python/cpython/commit/81950495ba2c36056e0ce48fd37d514816c26747


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-19 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7873

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-18 Thread STINNER Victor


Change by STINNER Victor :


--
keywords: +patch
pull_requests: +7868
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-18 Thread STINNER Victor


STINNER Victor  added the comment:

The test rely on time. Using smaller timeouts, I'm able to reproduce the bug on 
Linux as well.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-18 Thread STINNER Victor


STINNER Victor  added the comment:

Python 3.7 and master are likely impacted as well since Lib/test/lock_tests.py 
is the same file in 3.6, 3.7 and master branches.

--
versions: +Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32692] [3.6] test_threading.test_set_and_clear fails in AppVeyor CI

2018-07-18 Thread STINNER Victor


Change by STINNER Victor :


--
title: test_threading.test_set_and_clear fails in AppVeyor CI -> [3.6] 
test_threading.test_set_and_clear fails in AppVeyor CI

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com