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.regrtest is now only running 40 tests
Type: behavior Stage: commit review
Components: Tests Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gregory.p.smith Nosy List: gregory.p.smith, lukasz.langa, miss-islington
Priority: release blocker Keywords: patch

Created on 2019-07-24 04:10 by gregory.p.smith, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 14927 merged gregory.p.smith, 2019-07-24 04:17
PR 14928 merged miss-islington, 2019-07-24 04:35
PR 14929 merged gregory.p.smith, 2019-07-24 05:11
PR 14930 closed miss-islington, 2019-07-24 05:28
PR 14931 merged miss-islington, 2019-07-24 06:12
Messages (5)
msg348365 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2019-07-24 04:10
After the PR for https://bugs.python.org/issue36044 when in, see the comment in the issue.

test.regrtest is now only running 40 tests.

that means all of our CI is failing to run most of the test suites.
msg348368 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2019-07-24 04:38
fixed, but not marking closed until the 3.8 automerge happens.
msg348369 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2019-07-24 05:13
A regression test for this type of situation is in the works in the open PR.
msg348370 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2019-07-24 05:28
New changeset e95ac20103437d8099fb91cd4468ab030852f3b7 by Gregory P. Smith in branch 'master':
bpo-37667: Add regression test for regrtest. (GH-14929)
https://github.com/python/cpython/commit/e95ac20103437d8099fb91cd4468ab030852f3b7
msg348371 - (view) Author: miss-islington (miss-islington) Date: 2019-07-24 06:30
New changeset 9d54de16589b9d0f073093fb90a8c7040224335a by Miss Islington (bot) in branch '3.8':
bpo-37667: Add regression test for regrtest. (GH-14929)
https://github.com/python/cpython/commit/9d54de16589b9d0f073093fb90a8c7040224335a
History
Date User Action Args
2022-04-11 14:59:18adminsetgithub: 81848
2019-07-24 06:30:49miss-islingtonsetnosy: + miss-islington
messages: + msg348371
2019-07-24 06:12:57miss-islingtonsetpull_requests: + pull_request14702
2019-07-24 05:28:59miss-islingtonsetpull_requests: + pull_request14701
2019-07-24 05:28:54gregory.p.smithsetmessages: + msg348370
2019-07-24 05:13:18gregory.p.smithsetstatus: open -> closed

stage: patch review -> commit review
messages: + msg348369
versions: + Python 3.9
2019-07-24 05:11:13gregory.p.smithsetstage: commit review -> patch review
pull_requests: + pull_request14700
2019-07-24 04:38:03gregory.p.smithsetresolution: fixed
stage: patch review -> commit review
messages: + msg348368
versions: - Python 3.9
2019-07-24 04:35:34miss-islingtonsetpull_requests: + pull_request14699
2019-07-24 04:17:34gregory.p.smithsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request14698
2019-07-24 04:16:06gregory.p.smithsetassignee: gregory.p.smith
2019-07-24 04:10:58gregory.p.smithcreate