xfstestsdb xunit read #3

Closed
opened 2023-01-30 11:09:51 -05:00 by anna · 0 comments
Owner

Reads an xunit file generated by passing -R xunit to the xfstests-dev ./check script. Multiple files can be added to a single run, and the label argument is expected to be unique

Invocation

$ xfstestsdb xunit read [--run <runid>] [--name <name>] <result.xunit>
Argument Description
--run <runid> The rowid returned by xfstestsdb new
--name <name> The a label to use when adding a file to a run
<result.xunit> The xunit file generated by xfstests
Exit Code Description
0 The xunit file was successfully read and added to the database
EEXIST The specified label already exists in the database
EIO The xunit file was unable to be parsed
ENOENT The requested run was not found in the database
Reads an xunit file generated by passing `-R xunit` to the xfstests-dev `./check` script. Multiple files can be added to a single run, and the label argument is expected to be unique #### Invocation ``` $ xfstestsdb xunit read [--run <runid>] [--name <name>] <result.xunit> ``` | Argument | Description | | ---------------- | ---------------------------------------------- | | `--run <runid>` | The rowid returned by `xfstestsdb new` | | `--name <name>` | The a label to use when adding a file to a run | | `<result.xunit>` | The xunit file generated by xfstests | | Exit Code | Description | | --------- | -------------------------------------------------------------- | | 0 | The xunit file was successfully read and added to the database | | `EEXIST` | The specified label already exists in the database | | `EIO` | The xunit file was unable to be parsed | | `ENOENT` | The requested run was not found in the database |
anna added this to the 1.0 milestone 2023-01-30 11:09:51 -05:00
anna added the
enhancement
label 2023-01-30 11:09:51 -05:00
anna added this to the 1.0 Roadmap project 2023-01-30 11:09:52 -05:00
anna changed title from `xfstestsdb read` to `xfstestsdb xunit read` 2023-01-30 14:45:43 -05:00
anna closed this issue 2023-02-13 11:24:03 -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#3
No description provided.