oneapi-src / oneapi-src/unified-runtime
Improve CTS tests build time associated with fixtures changes
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 57
- Forks
- 120
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 1
Description
when making any changes to the fixtures.h file, the entire CTS test suite will need to be rebuilt. To improve the CTS tests development experience, we could split this dependence on the fixtures file.
Some of the suggested solutions:
- Split fixtures file to multiple files.
- Add a cmake/env variable that would filter the built tests.
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 by locating fixtures.h and the CTS test build definitions, then inspect how fixture changes trigger rebuilds across the suite. Compare the proposed file-splitting and CMake/environment-variable approaches; done means fixture changes no longer require rebuilding every CTS test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100