tikv / tikv/pd

Parallelize tests as much as possible

Open
#5,087 0 comments 0 reactions 0 assignees View on GitHub
component/testing type/enhancement
Dominant language
Go
Stars
1.2k
Forks
783
Avg merge
5d 21h
Merged PRs (30d)
36

Description

## Enhancement Task

After #4813 is done, we can parallelize the tests as much as possible through `t.Parallel()`, which should improve the test speed.

Contributor guide

Open the contributing guide

Research direction

Review the work in #4813 first, then inspect the Go test suite for places where t.Parallel() could be applied safely. Done means the tests are parallelized where possible, remain reliable, and the suite completes faster without introducing interference.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
testing-qa
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.