-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fix JettyTests etopo mtime (get from test file) #213
Fix JettyTests etopo mtime (get from test file) #213
Conversation
Also remove `gha-test` from GHA Maven build/target branches
It looks like the testGpcp failed, but that is due to an external server that recently stopped responding. I'm not sure if there's an easy change there or if we should disable that test. |
Yeah, looks like https://www.ncei.noaa.gov/data/global-precipitation-climatology-project-gpcp-daily/ Many NCEI systems are currently down due to impacts from Hurricane Helene and I don't believe there's an expected timeline for getting them back online yet. So I agree, probably makes sense to disable/skip that test for now, and make a note or issue to restore it once the service is available again. |
Added that temporary test skip and a context init fix ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I'll wait for the tests to finish before merging.
The failure on the action is likely a permission problem. The tests all passed, I merged this pull. |
Build failed with a single test failure
which seems intermittent. I don't have permission to re-run. |
Also for the automated dependency tracking/submission, here's the plugin page: https://github.com/marketplace/actions/maven-dependency-tree-dependency-submission If you'd prefer to wait on setting up dependency graph tracking we can remove this bit for now. |
I think everything is set up, but it was still failing. I removed it for now. Relatedly while I was looking through settings as part of this, I enabled this as a separate workflow: |
Yep, seems to be working! https://github.com/ERDDAP/erddap/network/dependencies |
Description
Fixes
JettyTests#testEtopoGridFiles
by gettingWEB-INF/ref/etopo1_ice_g_i2.bin
mtime directly from file instead of hardcoding it.Also remove
gha-test
from GHA Maven build/target branches (no longer needed).Note: trying a fresh PR because GHA test failed and I don't have permissions to rerun them.
Type of change
Checklist before requesting a review