10 xfstests_runs
Anna Schumaker edited this page 2023-07-26 11:44:42 -04:00

The xfstests_runs table is used to track and manage each individual run of xfstests. Multiple runs can have the same name to allow for grouping. Finally, the tagged_runs view joins the tags and xunit tables into a single view that can be queried.

Columns

Name Type Default Value Description
runid INTEGER The ID of this xfstests run
timestamp TIMESTAMP CURRENT_TIMESTAMP The UTC timestamp of this xfstests run
device TEXT The test device used for this xfstests run

The tagged_runs view

Column Description
runid The runid of an xfstests run
device The device of an xfstests run
timestamp The timestamp of an xfstest run, converted to localtime
tag The tag added to the run
xunit The xunit name attached to a run

The xfstests_gc_runs view

Column Description
runid The runid of an xfstests run eligible for garbage collection