LinuxForHealth / connect-r-and-d

Linux For Health Connectors for Inbound Data Processing
Apache License 2.0
14 stars 19 forks source link

Reduce Test Case Execution Time #433

Closed dixonwhitmire closed 3 years ago

dixonwhitmire commented 3 years ago

This PR updates the HL7v2 and ETL route test cases to reduce processing time (locally at least) from approximately 26 seconds to 10 seconds.

Changes include:

The latter change required some updates to setup/teardown methods since our RouteTestSupport "helper class" is extending the provided CamelTestSupport class.

resolves #425