[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread miss-islington
miss-islington added the comment: 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 -- nosy: +miss-

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +14702 pull_request: https://github.com/python/cpython/pull/14931 ___ Python tracker ___ __

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +14701 pull_request: https://github.com/python/cpython/pull/14930 ___ Python tracker ___ __

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread Gregory P. Smith
Gregory P. Smith added the comment: 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 -- __

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread Gregory P. Smith
Gregory P. Smith added the comment: A regression test for this type of situation is in the works in the open PR. -- stage: patch review -> commit review status: open -> closed versions: +Python 3.9 ___ Python tracker

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +14700 stage: commit review -> patch review pull_request: https://github.com/python/cpython/pull/14929 ___ Python tracker ___ ___

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread Gregory P. Smith
Gregory P. Smith added the comment: fixed, but not marking closed until the 3.8 automerge happens. -- resolution: -> fixed stage: patch review -> commit review versions: -Python 3.9 ___ Python tracker

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +14699 pull_request: https://github.com/python/cpython/pull/14928 ___ Python tracker ___ __

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread Gregory P. Smith
Change by Gregory P. Smith : -- keywords: +patch pull_requests: +14698 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14927 ___ Python tracker

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: -> gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37667] test.regrtest is now only running 40 tests

2019-07-23 Thread Gregory P. Smith
New submission from Gregory P. Smith : 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. -- components: Tests messages: 348365 nosy