Compare RF2 Full and RF2 Snapshot Loads Test Case
Overview
Test suite for demonstrating full and snapshot RF2 loads produce the same data.
Execution 1
Run Updatedb mojo in "create" mode to clear the database
Run Reindex mojo to clear the indexes
Run the RF2-full mojo against the sample config/src/resources/data/snomedct-20140731-minif" data.
Count all data structures (though API) and save data
Run Updatedb mojo in "create" mode to clear the database
Run Reindex mojo to clear the indexes
Run the RF2-apshot mojo against the sample config/src/resources/data/snomedct-20140731-mini" data.
Count all data structures (though API) and save data
TEST: compare the full and shapshot model object counts, they should all be equals.
TEST: verify each content table exists with the expected number of entries.
Expected Runtime
10 min
Notes
This is mostly a test that the sequence of mojo operations works expectedly with light checks of data conditions. It is expected that more comprehensive checking can be done elsewhere.
References/Links
n/a