colesbury · GitHub

This adds a new command line argument, `--parallel-threads` to the
regression test runner to allow it to run individual tests in multiple
threads in parallel in order to find multithreading bugs.

@colesbury added the tests

Tests in the Lib/test dir

label

Dec 16, 2024

@colesbury

Closed

Eclips4

@colesbury

tomasr8

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>

ZeroIntensity

@colesbury

Co-authored-by: T. Wouters <thomas@python.org>
Co-authored-by: T. Wouters <thomas@python.org>

@colesbury

@colesbury

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request

Feb 7, 2025
…ongh-128003)
This adds a new command line argument, `--parallel-threads` to the
regression test runner to allow it to run individual tests in multiple
threads in parallel in order to find multithreading bugs.
Some tests pass when run with `--parallel-threads`, but there's still
more work before the entire suite passes.

cmaloney pushed a commit to cmaloney/cpython that referenced this pull request

Feb 8, 2025
…ongh-128003)
This adds a new command line argument, `--parallel-threads` to the
regression test runner to allow it to run individual tests in multiple
threads in parallel in order to find multithreading bugs.
Some tests pass when run with `--parallel-threads`, but there's still
more work before the entire suite passes.

Read the original on github.com ↗