generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
341: Fix Validation Rule Engine concurrency issues (#997)
* Updated fhirpath to point to receiving facility id * Add thread safety test and flag for rule loading * Updated fhirpath * Update RuleEngine.java Double checked locking added on ensureRulesLoaded * Updated receiver id fhirpath in tests and added new test to make sure we validate using the receiver id * Update etor/src/test/groovy/gov/hhs/cdc/trustedintermediary/etor/ruleengine/RuleEngineTest.groovy Co-authored-by: halprin <[email protected]> --------- Co-authored-by: Luis Pabon <[email protected]> Co-authored-by: halprin <[email protected]>
- Loading branch information
1 parent
8cc3fbc
commit 40639da
Showing
4 changed files
with
101 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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