You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/11/20 11:21:28 UTC

[GitHub] [camel-quarkus] johnpoth opened a new pull request #446: Startup a FHIR server when running the FHIR integration tests

johnpoth opened a new pull request #446: Startup a FHIR server when running the FHIR integration tests
URL: https://github.com/apache/camel-quarkus/pull/446
 
 
   cc @lburgazzoli addresses #352 
   
   This will fire up a FHIR server when running tests. Note that the FHIR server, based on hapi-fhir-jpaserver-starter, only supports running _one_ FHIR version at a time. I'm working on a PR to address this. Therefore to test all FHIR versions, multiple runs are necessary.
   
   The jetty-maven-plugin's deploy-war goal re-runs the _validate_ Maven phase therefore some plugins are run twice namely:
   
   - directory-maven-plugin:0.3.1:highest-basedir (directories)
   - groovy-maven-plugin:2.1.1:execute (sanity-checks)
   - maven-enforcer-plugin:1.4.1:enforce ((enforce-maven-version, camel-quarkus-enforcer-rules)
   
   A future enhancement might be to separate the tests that don't need the FHIR server to run. This requires some work because we would have two "integration tests" profiles.
   
   Thanks !

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services