johnpoth commented on issue #461: Startup a FHIR server when running the FHIR 
integration tests
URL: https://github.com/apache/camel-quarkus/pull/461#issuecomment-557528571
 
 
   Hi @ppalaga,
   
   Thanks for the feedback !
   
   > > This will fire up a FHIR server when running tests and the `fhir-it` 
Maven profile is activated.
   > 
   > Why don't we activate it by default?
   > 
   
   I don't mind if we do. I put in a separate profile because integration tests 
that fire up external systems are usually not activated by default (e.g 
camel-infinispan).  
   
   > > to test all FHIR specification versions, multiple runs are necessary.
   > 
   > Can't we start three jetty instances on three distinct ports in parallel?
   
   Sure, this would be quite heavy though. I think we can wait until the 
hapi-fhir FHIR server supports a list of version ? The tests are setup so that 
even though the `fhir-it` profile is not activated, the Native tests still 
validate the FHIR dataformats.
   
   > 
   > I must say I am quite lost in the complexity of the setup.
   
   I think it comes from the fact we are managing two integration test 
profiles: Native and one that fires up a FHIR server (fhir-it).
   
   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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to