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

launch a single browser if running a single test #19415

Closed
sigmundch opened this issue Jun 12, 2014 · 1 comment
Closed

launch a single browser if running a single test #19415

sigmundch opened this issue Jun 12, 2014 · 1 comment
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. closed-stale Closed as the issue or PR is assumed stale P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@sigmundch
Copy link
Member

I often want to run a single browser test like this:

./tools/test.py -mrelease -rdartium the/test/path

By default test.dart is inferring how many jobs to launch in parallel and is opening 32 browser instance on my machine. It would be nice if it could detect that the number of tests to run is lower than the number of jobs, and default to create just 1 browser window in that case.

I can work around it using -j1, but I trip myself on this often enough that I can assume others do too.

@whesse
Copy link
Member

whesse commented Jun 13, 2014

Removed Type-Defect, Priority-Unassigned labels.
Added Type-Enhancement, Priority-Medium labels.

@sigmundch sigmundch added Type-Enhancement area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. labels Jun 13, 2014
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug and removed triaged labels Mar 1, 2016
@lrhn lrhn closed this as completed Apr 8, 2024
@lrhn lrhn added the closed-stale Closed as the issue or PR is assumed stale label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. closed-stale Closed as the issue or PR is assumed stale P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants