ROCm / ROCm/cvs

[Feature]: Speed up tests

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

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.