Issue 37667: test.regrtest is now only running 40 tests (original) (raw)

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

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:18 admin set github: 81848
2019-07-24 06:30:49 miss-islington set nosy: + miss-islingtonmessages: +
2019-07-24 06:12:57 miss-islington set pull_requests: + <pull%5Frequest14702>
2019-07-24 05:28:59 miss-islington set pull_requests: + <pull%5Frequest14701>
2019-07-24 05:28:54 gregory.p.smith set messages: +
2019-07-24 05:13:18 gregory.p.smith set status: open -> closedstage: patch review -> commit reviewmessages: + versions: + Python 3.9
2019-07-24 05:11:13 gregory.p.smith set stage: commit review -> patch reviewpull_requests: + <pull%5Frequest14700>
2019-07-24 04:38:03 gregory.p.smith set resolution: fixedstage: patch review -> commit reviewmessages: + versions: - Python 3.9
2019-07-24 04:35:34 miss-islington set pull_requests: + <pull%5Frequest14699>
2019-07-24 04:17:34 gregory.p.smith set keywords: + patchstage: needs patch -> patch reviewpull_requests: + <pull%5Frequest14698>
2019-07-24 04:16:06 gregory.p.smith set assignee: gregory.p.smith
2019-07-24 04:10:58 gregory.p.smith create