Issue 21038: test_epoll.TestEPoll.test_control_and_wait: remove extra assertion (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/65237

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:00 admin set github: 65237
2014-03-25 11:54:24 vstinner set status: open -> closedversions: + Python 3.5nosy: + vstinnermessages: + resolution: fixed
2014-03-25 11:54:03 python-dev set messages: +
2014-03-25 11:51:24 python-dev set nosy: + python-devmessages: +
2014-03-23 13:46:26 schwab set versions: + Python 3.4
2014-03-23 13:46:17 schwab create