Open soyacz opened 1 month ago
@fruch @roydahan please let me know if I got it right and my proposed solution fits our needs.
summary-widget.html.zip @fruch please take a look basic layout (autogenerated, mostly showing just layout as how it will look in detail will change).
summary-widget.html.zip @fruch please take a look basic layout (autogenerated, mostly showing just layout as how it will look in detail will change).
looks like a good start, I would rather see it with less clicks failures should be open to begin with.
It's kind of missing showing all the types (read/mixed/write) side by side.
@roydahan @juliayakovlev, care to take a look ?
summary-widget.html.zip @fruch please take a look basic layout (autogenerated, mostly showing just layout as how it will look in detail will change).
looks like a good start, I would rather see it with less clicks failures should be open to begin with.
Yes, I was planning it.
It's kind of missing showing all the types (read/mixed/write) side by side.
Ok, I'll try that as I need to see if it will fit into screen width. Still I'm not yet sure how to handle period for summary - hardcode 1 week, make it configurable, or just most recent jobs (which will be harder in case of partial rerun e.g. repeat mixed test). Also I wonder if shouldn't support going back to previous summaries.
@roydahan @juliayakovlev, care to take a look ?
summary-widget.html.zip @fruch please take a look basic layout (autogenerated, mostly showing just layout as how it will look in detail will change).
looks like a good start, I would rather see it with less clicks failures should be open to begin with.
Yes, I was planning it.
It's kind of missing showing all the types (read/mixed/write) side by side.
Ok, I'll try that as I need to see if it will fit into screen width. Still I'm not yet sure how to handle period for summary - hardcode 1 week, make it configurable, or just most recent jobs (which will be harder in case of partial rerun e.g. repeat mixed test). Also I wonder if shouldn't support going back to previous summaries.
If we continue with direction of running release ontop the same jobs, we'll need also to filter only dev (or specific releases)
as for going back, it's something we are doing quite a lot with current google doc, one can argue the graph can help with that bit I don't know if we want to take off the table yet...
@roydahan @juliayakovlev, care to take a look ?
If we continue with direction of running release ontop the same jobs, we'll need also to filter only dev (or specific releases)
as for going back, it's something we are doing quite a lot with current google doc, one can argue the graph can help with that bit I don't know if we want to take off the table yet...
So, after rethinking, idea is to add summary widget per release (upon adding widget configure which release to monitor - dev, enterprise-dev, 2024.2, 6.2 etc.). Additionally, user will be able to scroll to previous tested versions back and forth (right-left arrows next to version, build date)
WDYT?
Problem:
In Argus View, identifying failed test results from the current week is challenging due to the large number of tests and runs. Users must also navigate into test run details to view failed result tables, making it difficult to grasp failures at a glance. Additionally, important tested versions can be buried in the results.
Proposed Solution:
A widget will be developed to simplify the view of weekly test results, emphasizing failures and presenting failure details upfront, without requiring the user to open test run details. It will also provide better visibility into both passed and failed tests.
Widget Features:
Sectioned View by SUT Version:
Highlighting Missed or Unstarted Tests:
Test Run Lists:
Run Investigation Status:
Widget Configuration:
Out of Scope:
refs: https://github.com/scylladb/qa-tasks/issues/1784