Document process for interpreting the subunit results
Bug #1290401 reported by
Francis Ginther
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CI Engine |
Fix Released
|
High
|
Vincent Ladeuil | ||
Ubuntu CI Services |
Fix Released
|
High
|
Vincent Ladeuil |
Bug Description
The test runner produces results in subunit format. While these files can be read by hand, they may not make much sense. The user documentation should contain steps for converting a file to junitxml or similar output.
Related branches
lp://staging/~vila/ubuntu-ci-services-itself/1290401-doc-subunit
- Francis Ginther: Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 84 lines (+77/-0)1 file modifieddocs/usage.rst (+77/-0)
Changed in ubuntu-ci-services-itself: | |
assignee: | nobody → Francis Ginther (fginther) |
importance: | Undecided → High |
status: | New → Confirmed |
milestone: | none → phase-0 |
tags: | added: airline |
Changed in ubuntu-ci-services-itself: | |
assignee: | Francis Ginther (fginther) → Vincent Ladeuil (vila) |
Changed in ubuntu-ci-services-itself: | |
status: | Confirmed → Fix Committed |
Changed in ubuntu-ci-services-itself: | |
status: | Fix Committed → Fix Released |
Changed in uci-engine: | |
assignee: | nobody → Vincent Ladeuil (vila) |
importance: | Undecided → High |
milestone: | none → phase-0 |
status: | New → Fix Released |
To post a comment you must log in.
Notes from IRC so I don't forget:
subunit-1to2 ~/Downloads/ autopkgtest- subunit- stream | subunit2junitxml
subunit v2 support has been added to some filters at some point (circa saucy maybe) so I need to sort out which versions support what to give clear directions depending on which ubuntu release is used on dev machine and on the testbed.
In a nutshell, adding 'subunit-1to2' as the first filter is required if the testbed uses v1 (devs probably use v2 already).