-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Description
following up the discussion in #43757
if we want to allow the concurrency
option to be a boolean, we need to come up with good defaults
there are two levels of concurrency:
- when running multiple test files, using
--test
each file is spawned in its own process so we useos.cpus().length
as the default - inside a test file - we use 1 as the default wich will be equivalent to
false
Assuming we want to allow passing concurrency: true
in a test file - what number would that convert to?
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.