Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel regression testing #50402

Closed
pitrou opened this issue May 31, 2009 · 4 comments
Closed

Parallel regression testing #50402

pitrou opened this issue May 31, 2009 · 4 comments
Assignees
Labels
tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@pitrou
Copy link
Member

pitrou commented May 31, 2009

BPO 6152
Nosy @pitrou
Files
  • regrtest.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/pitrou'
    closed_at = <Date 2009-06-29.13:55:31.266>
    created_at = <Date 2009-05-31.01:11:47.085>
    labels = ['type-feature', 'tests']
    title = 'Parallel regression testing'
    updated_at = <Date 2009-06-29.13:55:31.265>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2009-06-29.13:55:31.265>
    actor = 'pitrou'
    assignee = 'pitrou'
    closed = True
    closed_date = <Date 2009-06-29.13:55:31.266>
    closer = 'pitrou'
    components = ['Tests']
    creation = <Date 2009-05-31.01:11:47.085>
    creator = 'pitrou'
    dependencies = []
    files = ['14127']
    hgrepos = []
    issue_num = 6152
    keywords = ['patch']
    message_count = 4.0
    messages = ['88591', '88595', '88596', '89840']
    nosy_count = 1.0
    nosy_names = ['pitrou']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'commit review'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue6152'
    versions = ['Python 3.2']

    @pitrou
    Copy link
    Member Author

    pitrou commented May 31, 2009

    This experimental patch introduces a new option to run regression tests
    in parallel. The option is named '-j' by analogy with the corresponding
    make option.

    For example, to run up to two tests in parallel:
    ./python -m test.regrtest -j2

    @pitrou pitrou added tests Tests in the Lib/test dir type-feature A feature request or enhancement labels May 31, 2009
    @pitrou pitrou changed the title Parellel regression testing Parallel regression testing May 31, 2009
    @pitrou
    Copy link
    Member Author

    pitrou commented May 31, 2009

    Updated patch, taking into account the '-u' option.

    @pitrou
    Copy link
    Member Author

    pitrou commented May 31, 2009

    Committed in r73072, waiting for the 3.1 release to merge in py3k.

    @pitrou pitrou self-assigned this May 31, 2009
    @pitrou
    Copy link
    Member Author

    pitrou commented Jun 29, 2009

    Ported to py3k in r73678.

    @pitrou pitrou closed this as completed Jun 29, 2009
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    tests Tests in the Lib/test dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant