Skip to content
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

add an option to turn on slow tests? #252

Open
edwardhartnett opened this issue Aug 9, 2024 · 0 comments
Open

add an option to turn on slow tests? #252

edwardhartnett opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@edwardhartnett
Copy link
Contributor

edwardhartnett commented Aug 9, 2024

On many of my packages (like netcdf-c) I include an extra option to turn on slow tests, by default this option is off. In CI runs I am careful to turn it on if possible.

The reason is that users will stop running tests if they take too long. I'm running the ip tests now and they are taking a long time. If the three or four longest tests we only run when -DENABLE_SLOW_TESTS=ON, that might be better.

For example:

 22/110 Test  #22: test_rotatedB_spectral_vector_grib2_4 ....................   Passed  188.35 sec
        Start  23: test_rotatedE_budget_vector_grib2_4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: No status
Development

No branches or pull requests

2 participants