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 EXTRA testing to CMake build #240

Closed
edwardhartnett opened this issue Jul 20, 2023 · 0 comments · Fixed by #238
Closed

Add EXTRA testing to CMake build #240

edwardhartnett opened this issue Jul 20, 2023 · 0 comments · Fixed by #238
Assignees
Labels
test Testing is important!

Comments

@edwardhartnett
Copy link
Contributor

We test with sample files downloaded from the FTP site.

But I don't have permission to write files to the NOAA FTP site, so there's a long wait between when I develop a test with a new sample file, and the time I can start using that test in CI.

So the EXTRA option allows me to run tests on my machine (where the file exists already) until the file gets uploaded to the FTP site.

Once the file is available on the FTP site, the test will migrate out of EXTRA testing. So the current EXTRA tests are tests for which the test file is not yet uploaded to the FTP site.

@edwardhartnett edwardhartnett added the test Testing is important! label Jul 20, 2023
@edwardhartnett edwardhartnett self-assigned this Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testing is important!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant