[VL] Separate cpp test utils from the utils directory
Open
enhancement
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 80
Description
### Description
Currently the utils for testing/benchmarks are located under cpp/velox/utils, and are built together when testings are not built. We should move them to a sub folder under tests and only build if `BUILD_TESTS=ON` or `BUILD_BENCHMARKS=ON`
### Gluten version
None
Contributor guide
Research direction
Start by examining cpp/velox/utils and the build configuration controlling test and benchmark targets. Trace how these utilities are currently included, then verify that they live under a tests subfolder and are built only when BUILD_TESTS=ON or BUILD_BENCHMARKS=ON.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100