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
This will be addressed by [feature-requests:#1]
Related
Feature Request Archive (Use GitHub now):
#1