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.

classification
Title: test_epoll.TestEPoll.test_control_and_wait: remove extra assertion
Type: enhancement Stage:
Components: Tests Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, schwab, vstinner
Priority: normal Keywords: patch

Created on 2014-03-23 13:46 by schwab, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
0001-test_epoll.TestEPoll.test_control_and_wait-remove-ex.patch schwab, 2014-03-23 13:46 Patch
Messages (4)
msg214580 - (view) Author: Andreas Schwab (schwab) * Date: 2014-03-23 13:46
The extra assertion doesn't check something new and can result in spurious testsuite failures due to the stricter condition.
msg214814 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-25 11:51
New changeset 3cd216b56599 by Victor Stinner in branch '3.4':
Issue #21038: Cleanup test_epoll.py
http://hg.python.org/cpython/rev/3cd216b56599

New changeset 945d7dd3b455 by Victor Stinner in branch '3.4':
Issue #21038: Use monotonic clock to compute timeout, not the system clock
http://hg.python.org/cpython/rev/945d7dd3b455
msg214815 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-25 11:54
New changeset d09032a9adee by Victor Stinner in branch '2.7':
Issue #21038: Cleanup test_epoll.py
http://hg.python.org/cpython/rev/d09032a9adee
msg214816 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-03-25 11:54
Thanks for the patch, it's now fixed in Python 2.7, 3.4 and 3.5.
History
Date User Action Args
2022-04-11 14:58:00adminsetgithub: 65237
2014-03-25 11:54:24vstinnersetstatus: open -> closed
versions: + Python 3.5
nosy: + vstinner

messages: + msg214816

resolution: fixed
2014-03-25 11:54:03python-devsetmessages: + msg214815
2014-03-25 11:51:24python-devsetnosy: + python-dev
messages: + msg214814
2014-03-23 13:46:26schwabsetversions: + Python 3.4
2014-03-23 13:46:17schwabcreate