diem / diem/diem-devtools

Add support for stress tests to nextest

Open
#170 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
14
Forks
30
PR merge metrics
No merged PRs in 30d

Description

Add support to run a single test multiple times in parallel. This is a somewhat different mode of operation from nextest as usual (the runner should be fed the same test multiple times, and should maybe not run other tests at the same time), but is worth doing as a future improvement.

Contributor guide

Open the contributing guide

Research direction

No files or tests are named. Start by tracing nextest's test-runner entry point and how it schedules individual tests, then determine how a stress mode would feed one test repeatedly without other tests running concurrently. Done means a single test can be run multiple times in parallel with its behavior and scheduling defined.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, testing-qa
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.