Regression tests: Difference between revisions

Pchakrab (talk | contribs)
Pchakrab (talk | contribs)
No edit summary
Line 9: Line 9:
The idea here is to checkout a "correct" version of the code, run an experiment and consider the resulting output to be the BASELINE version. Next, checkout the UNSTABLE tag, build it, run the experiment and compare the resulting
The idea here is to checkout a "correct" version of the code, run an experiment and consider the resulting output to be the BASELINE version. Next, checkout the UNSTABLE tag, build it, run the experiment and compare the resulting
output (CURRENT version) with the BASELINE version.
output (CURRENT version) with the BASELINE version.
Once the BASELINE version has been run, running the CURRENT version and
comparing outputs can be combined in a script and run nightly.


==Test scripts==
==Test scripts==