-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidate testing data #1276
Comments
I started to use data.kitware to store example data And use CMake to pull the files to your build directory for use This works pretty well to store large amounts of data |
Thanks Aaron, this is useful. However, it's not exactly what I was talking about. I was mentioning that there are becoming duplicate data files for different arrow tests because each one has its own unit test data directory. |
That makes sense Where REPO_DATA_ROOT is in source and EXTERNAL_DATA_ROOT is in build, and they resolve to paths specific to your machine something like that.. |
It would be nice if there was a centralized location for unit test data. As a concrete example of my frustration, I want to write a unit test in
ocv
which uses the same image as the unit tests invxl
. While I might be able to hack together a mechanism to point it at that data, I'm not even sure that's portable and that seems sub-optimal long term.The text was updated successfully, but these errors were encountered: