[FEA] Disable CuFileTest.java tests automatically on systems without GDS
Open
feature request
Java
Spark
tests
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Is your feature request related to a problem? Please describe.**
I wish I don't need to remember to exclude CuFIleTest as discussed in https://github.com/NVIDIA/spark-rapids-jni/issues/238#issuecomment-1124612977 on a system without GDS
**Describe the solution you'd like**
Implement a Maven profile activated on a file pattern indicating a system with GDS: e.g `gdsio` or `gdscheck` https://docs.nvidia.com/gpudirect-storage/troubleshooting-guide/index.html#verify-suc-install that adds CuFileTest .
**Describe alternatives you've considered**
Keep replicating CLI override `-Dtest=*,!CuFileTest`
**Additional context**
NVIDIA/spark-rapids-jni#238
Contributor guide
Assessment
This issue has not been assessed yet.