Cleanup the readme

This commit makes some minor cleanups to the readme file.
This commit is contained in:
Matthew Treinish 2014-06-24 16:00:13 -04:00
parent b3637c3b1b
commit 82db3dfdb5

View File

@ -8,13 +8,13 @@ store the results in a unified repository. This is the motivation for the
testrepository project which does a good job for centralizing the results from
multiple test runs.
Imagine something like the OpenStack CI system where the same basic test suite
is normally run several hundreds of times a day. To provide useful
However, imagine something like the OpenStack CI system where the same basic
test suite is normally run several hundreds of times a day. To provide useful
introspection on the data from those runs and to build trends over time
the test results need to be stored in a format that allows for easy querying.
SQL databases make a lot of sense for doing this.
Using a SQL database makes a lot of sense for doing this.
subunit2SQL uses alembic migrations to setup a DB schema that can then be used
by the subunit2sql binary to parse subunit streams and populate the DB.
Additional it provides a DB API that can be used to query information from the
results stored to build other tooling.
Additionally, it provides a DB API that can be used to query information from
the results stored to build other tooling.