IHTSDO / release-validation-framework

API for testing a SNOMED CT release as part of the release process.
Other
8 stars 14 forks source link

MAINT-1679 Create empty-test assertion group for technical testing #48

Closed kaicode closed 3 years ago

kaicode commented 3 years ago

It takes a lot of time to test and debug the messaging infrastructure between authoring-services, orchestration-service, rvf and the aag. This is because even using an assertion group with a minimum number of assertion the RVF still takes more than 10 minutes to build sql tables and run default tests. When developing this often needs to be repeated many times!

Create a empty-test assertion group which the RVF recognises and will return a successful report straight away (with tests run count of 0). This will significantly speed up development of messaging changes and could be used in deployment smoke testing.