action #13920
closedShowing context builds test result in the view of current "Previous Results"
Description
Hi,
This is a feature request.
When reviewing a specific set of test, there's a convenient tab showing
all the previous results:
http://openqa.suse.de/tests/579565#previous
However, it is not seldom we take a test review from the middle of all
results where an issue happens. In that case, both previous and latter
results of the current would make sense. (more like "grep -C"
instead of "grep -A")
So making the tab's view showing the test status of the context builds
will help.
Updated by okurz about 8 years ago
- Priority changed from Normal to Low
This is planned to do but considered low priority as we have link to latest now. Please take a look for the "latest" feature. It should already provide you "context" by going to the latest and showing the previous ones from there.
Updated by okurz about 7 years ago
- Related to action #25814: load job page, e.g. test details, only on demand added
Updated by coolo about 7 years ago
- Priority changed from Low to Normal
- Target version set to Ready
I need this more often than you might think when debugging a regression
Updated by szarate over 6 years ago
- Target version changed from Ready to Current Sprint
Updated by mitiao over 6 years ago
wip pr submitted:
https://github.com/os-autoinst/openQA/pull/1614
got feedbacks and re-design the with following:
extend the query to fetch needed data;
lazy loading for the tab;
use datatable to generate table;
and other details...
Updated by mitiao over 6 years ago
done data query by dbix virtual view and pass object based data for datatable
fetch id by sql with dbh handler and get data by dbix is next to try
datatable rendering part was done half
working on differentiate the last, latter, prev and current job
as well as failed module popup event
Updated by mitiao over 6 years ago
almost done the functionality with jquery datatable rendering, lazy load "results" tab and new search in tab.
only a issue is failed needle tooltip not applying stylesheet, investigating...
writing unit test and will rebase PR for feedback with current changes..
Updated by mitiao over 6 years ago
mitiao wrote:
almost done the functionality with jquery datatable rendering, lazy load "results" tab and new search in tab.
only a issue is failed needle tooltip not applying stylesheet, investigating...
writing unit test and will rebase PR for feedback with current changes..
tooltip works now and unit test is still writing.
paste current tab view for feedback:
https://github.com/os-autoinst/openQA/pull/1614#issue-178247252
Updated by mitiao over 6 years ago
- Related to action #36307: Remove limit option in Next & previous results tab UI added
Updated by okurz over 6 years ago
- Status changed from Resolved to In Progress
Please consider my comments from the PR:
- there are use cases where I need as many as possible which turned out to be higher than 400 sometimes. So previously I used the URL query parameter. If this is still possible and you do not want to remove that then it's fine.
- Also I consider it important to have the address bar of the browser updated so that we can references these links elsewhere, e.g. in bug reports. That seems to have gone broken.
- You seem to have removed the "link to latest" and also removed the test for this. Please bring this back. Seems we missed this in the review :(
Updated by coolo over 6 years ago
- The URL parameter is gone for good as we lazy load now. Higher than 400 will not be supported - if you want to go deeper, start from the latest of the current set.
- we don't want to support limit options at all - but have them 'reasonable' without option
- link to latest could be on the L, which brings us to one more feature: always have the latest as part of the queue.
Updated by coolo over 6 years ago
- Status changed from In Progress to Resolved
Sorry, but the ticket is resolved. That it introduced problems, are new problems.
Updated by okurz over 6 years ago
Sure, if you want to simulate progress by closing more tickets per timeā¦
Updated by szarate over 6 years ago
- Target version changed from Current Sprint to Done