[Feature]: Speed up tests
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17
- Forks
- 17
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 59
Description
Suggestion Description
make test takes 12-14 minutes to run locally. It destroys the entire test venv and rebuilds.
Improvement here to use logic to see if test env already exists and reuse vs entire destroy and rebuild.
Operating System
No response
GPU
No response
ROCm Component
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the repository's make test entry point and trace how the test virtual environment is destroyed and rebuilt. Define the existing-environment and missing-environment cases from the current behavior, then run make test to verify reuse and confirm the test suite still completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 56/100