-
Notifications
You must be signed in to change notification settings - Fork 3
Automation tests #142
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
Merged
Merged
Automation tests #142
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. ONPRC_EHRTest2.testTreatmentToDrugETL() 2. ONPRC_EHRTest2.bloodRequestTest() 3. ONPRC_EHRTest.testGeneticsPipeline() 4. ONPRC_BillingTest.testProtocolProjectCreation()
This was referenced Mar 19, 2021
labkey-jeckels
approved these changes
Mar 19, 2021
labkey-tchad
pushed a commit
that referenced
this pull request
Feb 24, 2025
* Increased default value of EventDataId in SNDSequencer (#131) * removed unnecessary loop over eventIds * refactored narrative cache code for optimization * changed subpackage query * changed subpackage query * Schema update and fix (#144) * Fixed defaultValue data type in PackageAttributeTable.java * - Added sortOrder column to Java class, SQL, and XML - Added sortOrder column to SNDTest.java * - Added additional exception handling in parseEventData() * Increased default value of EventDataId in SNDSequencer (#131) * removed unnecessary loop over eventIds * refactored narrative cache code for optimization * changed subpackage query * changes * added subpackages to narratives * added sorting to subpackages * New superPackages database function (#148) * - Added database function to return a list of fully expanded superpackages - fixed JSONObject getter error - updated module to 23.005 * - removed file with bad encoding * - Added static reference for fGetAllSuperPkgs in SNDSchema.java - re-added snd-23.004-23.005.sql * Increased default value of EventDataId in SNDSequencer (#131) * removed unnecessary loop over eventIds * refactored narrative cache code for optimization * changed subpackage query * changes * added subpackages to narratives * added sorting to subpackages * Increased default value of EventDataId in SNDSequencer (#131) * refactored narrative cache code for optimization * added styling * cached childSuperPackages * cached childSuperPackages * fixed failing event test * reverted formatting * reverted formatting * - Changed accessor methods for JSON data (attribute data) --------- Co-authored-by: Terry J Hawkins <thawkins@txbiomed.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rationale
Automation test coverage for
Ticket 42498 - Blood draw volume validation
Ticket 41146 - Project creation
Ticket 42492 - TreatmentToDrug ETL
Ticket 41231 - kinship report animal filtering
Related Pull Requests
LabKey/onprcEHRModules#123
LabKey/testAutomation#676
Changes