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.
JIRA Ticket:
N/A
User Story or Bug Summary:
Adds a set of Synthea generated test files to the BFD pipeline loader tests
What Does This PR Do?
Add Synthea generated test files.
Adds a set of test files that were generated by Synthea to the
bfd-pipeline-ccw-rif
module's unit tests. The aim to provide an indication if thebeneficiary-fhir-data
code is changed in ways that would break import of Synthea-generated data. The number of beneficiaries was minimized to a set that covers all claim types/The Synthea data was generated as follows (running from Synthea home dir):
./run_synthea -s 1010 -cs 0 -r 20210520 -e 20210520 -p 20 --exporter.fhir.export=false --exporter.bfd.export=true --exporter.years_of_history=10 --generate.only_alive_patients=true -a 70-80
./gradlew rifMinimize
cp output/bfd_min/* $BFD_HOME/apps/bfd-model/bfd-model-rif-samples/src/main/resources/rif-synthea
Local testing indicates that adding these Synthea generated test files adds 3 seconds on average to the build and test time.
If you're reviewing this PR, please check for these things in particular:
What Security Implications Does This PR Have?
Submitters should complete the following questionnaire:
If the answer to any of the questions below is Yes, then you must supply a link to the associated Security Impact Assessment (SIA), security checklist, or other similar document in Confluence here: N/A
If the answer to any of the questions below is Yes, then please add @StewGoin as a reviewer, and note that this PR should not be merged unless/until he also approves it.
What Needs to Be Merged and Deployed Before this PR?
This PR cannot be either merged or deployed until the following prerequisite changes have been fully deployed:
Submitter Checklist
I have gone through and verified that...:
BFD-123: Adds foo
(I don't believe that there is a corresponding issue for this PR).README
updates and changelog / release notes entries.TODO
and/orFIXME
comments, which include a JIRA ticket ID for any items that require urgent attention.