-
Notifications
You must be signed in to change notification settings - Fork 51
Resolve missing germplasm cvterms in automated testing environment #2288
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
Conversation
|
Diff Coverage: Not applicable. There was no coverage data reported for the files in this diff. Total Coverage: This PR will increase coverage by 0.01%. File Coverage Changes
🛟 Help
|
tripal_chado/config/install/tripal.tripal_content_terms.chado_content_terms.yml
Outdated
Show resolved
Hide resolved
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.
All good except the non-working URLs as noted
…w ones don't work 🙈
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.
Approved once tests all complete successfully!
Bug Fix
Issue #2287
Description
In the linked issue @carolyncaron reported that the new germplasm terms used for the core content types (added in #2265) did not make it into the automated test environment 🙈 This PR adds them in.
Testing?
This does not affect any existing tests in Tripal core and only affects the test environment. Right now the best way to test it is to do a careful code review 🤷♀️
Ideally I would also add a test that ensures all the terms represented in the YAML file are in our test environment so this doesn't happen again...