Menu

#7 OUTPUT reporter - show packagename when call utresult.show passing run_id

Closed-Cancelled
None
Medium
[none]
2014-08-08
2014-04-25
No

Current behavior
When we show report for last executed package, we have log like this:
FAILURE: "UTASSERT"
When we show report passing run_id of execution, we have log like this:
Run ID: 12662

Desired behavior
When we show report passing run_id of execution, we have log like this:
FAILURE: "UTASSERT" Run ID: 12662

Proposed solution
Determine package name using utpackage.last_run_id. I do not see other link between run_id and package name.
This will not work if we passed run_id isn't last one. In this case our log will look like this: FAILURE: "Unnamed Test" Run ID: 12662. I think it is acceptable, as it is not worse than current behavior.

Attachments
source.patch - patch for my implementation
log_after_changes.log - example of log after my changes

2 Attachments

Related

Feature Request Archive (Use GitHub now): #1

Discussion

  • Paul Walker

    Paul Walker - 2014-08-08
    • status: Open --> Closed-Cancelled
    • assigned_to: Paul Walker
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.