Overview
Documents acceptance criteria that must be met to perform a maven release and conclude a development cycle.
Criteria
Consider using the following as a release acceptance criteria checklist:
- All Unit tests must pass (e.g. a stock-build of the top-level project works without errors).
- The load.bat/csh script must successfully load the dev environment into a database
- The integration tests must pass running against a database/server containing the stock dev environment
- The mojo integration tests must pass running against an empty test database.
- The "entire" snapshot/full SNOMED loads must complete without running out of memory on a machine with 8GB of RAM in reasonable time.
References/Links
- n/a