-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Performance Summary View Widget #486
Comments
summary-widget.html.zip |
looks like a good start, I would rather see it with less clicks It's kind of missing showing all the types (read/mixed/write) side by side. @roydahan @juliayakovlev, care to take a look ? |
Yes, I was planning it.
Ok, I'll try that as I need to see if it will fit into screen width.
|
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
|
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.). 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:
of the error count and the failed result tables (collapsed by default).
Run Investigation Status:
Widget Configuration:
Out of Scope:
refs: https://github.com/scylladb/qa-tasks/issues/1784
The text was updated successfully, but these errors were encountered: