linuxboot / linuxboot/contest

Start jobs in their own processes

Open
#21 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
20
Forks
17
PR merge metrics
No merged PRs in 30d

Description

**Issue by [rjoleary](https://github.com/rjoleary)**
_Saturday Mar 07, 2020 at 02:41 GMT_
_Originally opened as https://github.com/facebookincubator/contest/issues/71_

----

Each jobs has its own process. This has the following benefits:

* **Failure isolation**: If a test panics unexpectedly (for example it runs out of memory), only that test is affected and not the whole system.
* **Cancel jobs**: Allow jobs to be force cancelled simply by killing the process.
* **Resource limits**: Each job can have its own limits on memory, fds, cpu, etc...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by tracing how jobs are currently started and managed, then determine the process-isolation design needed for failure handling, cancellation, and per-job resource limits; done means each job runs independently with those capabilities.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
testing
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.