New issue
Advanced search Search tips

Issue 917216 link

Starred by 3 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

TestLauncher may start more jobs than specified with --test-launcher-jobs

Project Member Reported by sergeyu@chromium.org, Dec 21

Issue description

After adding some simple logging in TestLauncher I observed that sometime it may run more jobs in parallel than the value specified with --test-launcher-jobs. The --test-launcher-jobs value is passed to TaskScheduler as max_tasks for number of blocking tasks in TaskScheduler, but max_tasks doesn't really limit number of tasks executed in parallel. It limits number of tasks "that aren't blocked", see https://codesearch.chromium.org/chromium/src/base/task/task_scheduler/scheduler_worker_pool_params.h?type=cs&sq=package:chromium&g=0&l=16 

This issue caused  bug 913156 .
 
Cc: fdoray@chromium.org
Labels: -OS-Linux

Sign in to add a comment