-
Notifications
You must be signed in to change notification settings - Fork 7
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
E2e tests for recipes #278
Merged
Merged
Conversation
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 adds functional tests for the cdr recipe. We test the splitting of a fhir bundle such that the patient's clinical data is stored in the fhir datastore (hapi fhir), and the patient's demographic data is stored in the client registry (Jempi)
Used for sending requests in the functional tests
Run the tests on for every pr created
The new versions had a bug. Connecting to keycloak was not happening.
This adds tests for the dataware house. Tests that data is send through and can be retrieved from the jempi, hapi-fhir and clickhouse
This will allow us to test the flow of data through the reverse proxy
…e folder You only need to run tests in one feature to ensure that the functionality used in all the features still works
Its now using postgres database
…d when it goes down These have been removed because the jempi client registry has a bug where the data is lost when run in clustered mode. THe tests will be brought back once jempi is fixed
…o e2e-tests-for-recipes
brett-onions
approved these changes
Apr 23, 2024
drizzentic
approved these changes
Apr 23, 2024
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.
This adds basic functional tests for the platform recipes. We test the splitting of a patient bundle (clinical data stored in hapi fhir and the demographic data in the client registry). we also test the mappings and storing of the mapped data in clickhouse.