From Fedora Project Wiki

Revision as of 13:50, 29 March 2010 by Jskladan (talk | contribs)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Result

Autoqa resultdb dbschema 4.png

Testrun is the common representation of a test result. The test this testrun represents may implement more phases (one testrun may contain 0..* phases) - All we worry about in test phase is it's name and result).

If one needs to encapsulate more testruns into one (merely imaginary) unit, it's possible to aggregate those testruns using Job (one job may contain 0..* Testruns).

Each test may return additional data (in key-value format) which it needs to store (e.g. compose date, envra,...) - TestrunData is the place to store these.

Idea 1

Autoqa resultdb schema.png

Idea 2 (UML)

Autoqa resultdb schema2.png

Idea 3 (UML)

Autoqa resultdb schema3.png