Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Run FHIR Server in Docker Container for Executing Integration Tests #134

Open
hhund opened this issue Oct 20, 2020 · 0 comments
Open

Run FHIR Server in Docker Container for Executing Integration Tests #134

hhund opened this issue Oct 20, 2020 · 0 comments
Labels
enhancement New feature or request priority low This issue has low priority

Comments

@hhund
Copy link
Member

hhund commented Oct 20, 2020

Currently every Jetty integration test class generates a number of X509 certificates and starts/stops a Jetty server via JUnit code. The server only needs to be started once per build and the certificates could even be reused between builds unless mvn clean is called. We might want to think about using a docker container to start the Jetty server since we now depend on docker during a full build anyways.

Integrating the PostgreSQL template db mechanism for resetting the FHIR servers database might be tricky tho'.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request priority low This issue has low priority
Projects
None yet
Development

No branches or pull requests

1 participant