Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memcheck script to execute only _TEST files found in bin/gtests/l…
…ibcudf (#13006) The nightly runs of `compute-sanitizer` started failing due to the test script trying to execute some new extra files found in the `$CONDA_PREFIX"/bin/gtests/libcudf/` directory. This change ensures only files ending in `_TEST` are executed by `compute-sanitizer`. For reference errors are here: https://github.com/rapidsai/cudf/actions/runs/4508267264/jobs/7936800047 Example: ``` Running compute-sanitizer on CTestTestfile.cmake ========= COMPUTE-SANITIZER ========= Error: Target application terminated before first instrumented API call ``` Follow on issue/PR could explore adding a special make option to execute `compute-sanitizer` only on test files. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Bradley Dice (https://github.com/bdice) - AJ Schmidt (https://github.com/ajschmidt8) URL: #13006
- Loading branch information