6 link_xunit_props
Anna Schumaker edited this page 2023-07-26 11:41:25 -04:00

The link_xunit_props table is used to link properties with their associated xunit file. This lets us store unique (key, value) pairs for properties that do not change between xunit files so entries aren't duplicated.

Columns

Name Type Description
xunitid INTEGER The rowid of an xfstests xunit entry
propid INTEGER The rowid of an xfstests xunit property entry

Index

Name Field
link_xunit_props_propid_index propid

Triggers

Name When Description
cleanup_xunit_properties Before delete Delete rows from xunit_properties that do not appear in link_xunit_props