xfstestsdb gc #16

Closed
opened 2023-07-20 17:11:32 -04:00 by anna · 0 comments
Owner

This command will delete xfstests xunit entries from the xfstestsdb_xunit database table that have no associated testcases, and then xfstests runs from the xfstestsdb_runs database table that have no assoicated xunits. The --dry-run option can be used to print out the rows that would be deleted, but not actually delete them.

Invocation

$ xfstestsdb xunit gc [--dry-run]

Options

Options Description
--dry-run= Print, but do not remove options

Exit

Exit Code Description
0 The database has been cleaned up without error
This command will delete xfstests xunit entries from the [[xfstestsdb_xunit]] database table that have no associated testcases, and then xfstests runs from the [[xfstestsdb_runs]] database table that have no assoicated xunits. The `--dry-run` option can be used to print out the rows that would be deleted, but not actually delete them. #### Invocation ``` $ xfstestsdb xunit gc [--dry-run] ``` #### Options | Options | Description | | ------------ | -------------------------------- | | `--dry-run=` | Print, but do not remove options | #### Exit | Exit Code | Description | | --------- | ------------------------------------------------ | | `0` | The database has been cleaned up without error |
anna closed this issue 2023-07-26 14:31:06 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anna/xfstestsdb#16
No description provided.