xfstestsdb show #9

Closed
opened 2023-01-31 10:11:47 -05:00 by anna · 0 comments
Owner

This command prints out the result of a single xfstests run.

The --failure, --passed, --skipped, and --testcase= options are used to narrow down the entries that are printed out to those that have a matching status or testcase. These options can be combined to further filter the listed results. The --testcase option takes a valid SQLite GLOB pattern.

Invocation

$ xfstestsdb show [--color[={light|dark|none}]] [--failure] [--passed] [--skipped] [--testcase <testcase>] <runid>

Arguments

Argument Description
<runid> The runid to show

Options

Options Choices Description
--color[=] light, dark, none The color output choice
--failure Show failing test cases
--passed Show passing test cases
--skipped Show skipped test cases
--testcase= Show test cases with a name matching the given pattern

Exit

Exit Code Description
0 The results have been successfully printed out
ENOENT The requested run was not found in the database
This command prints out the result of a single xfstests run. The `--failure`, `--passed`, `--skipped`, and `--testcase=` options are used to narrow down the entries that are printed out to those that have a matching status or testcase. These options can be combined to further filter the listed results. The `--testcase` option takes a valid [SQLite GLOB](https://www.sqlite.org/lang_expr.html#glob) pattern. #### Invocation ``` $ xfstestsdb show [--color[={light|dark|none}]] [--failure] [--passed] [--skipped] [--testcase <testcase>] <runid> ``` #### Arguments | Argument | Description | | ------------ | ----------------- | | `<runid>` | The runid to show | #### Options | Options | Choices | Description | | ------------- | ----------------- | ------------------------------------------------------ | | `--color[=]` | light, dark, none | The color output choice | | `--failure` | | Show failing test cases | | `--passed` | | Show passing test cases | | `--skipped` | | Show skipped test cases | | `--testcase=` | | Show test cases with a name matching the given pattern | #### Exit | Exit Code | Description | | --------- | ----------------------------------------------- | | `0` | The results have been successfully printed out | | `ENOENT` | The requested run was not found in the database |
anna added this to the 1.0 milestone 2023-01-31 10:11:47 -05:00
anna added the
enhancement
label 2023-01-31 10:11:47 -05:00
anna added this to the 1.0 Roadmap project 2023-01-31 10:11:47 -05:00
anna changed title from `xfstestsdb show` to `xfstestsdb print` 2023-01-31 10:46:32 -05:00
anna changed title from `xfstestsdb print` to `xfstestsdb show` 2023-02-13 11:19:16 -05:00
anna closed this issue 2023-02-13 11:23:58 -05: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#9
No description provided.