Closed
Bug 1363467
Opened 8 years ago
Closed 8 years ago
[TestGroup UI] Improve display of classified tests
Categories
(Tree Management Graveyard :: Treeherder: Test-based View, enhancement)
Tree Management Graveyard
Treeherder: Test-based View
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: camd, Assigned: camd)
Details
Attachments
(3 files)
We should:
1. split the count of Failed tests into Classified / not classified
2. Hide infra and intermittent tests by default
3. Have a way to toggle infra/int tests on or off
4. Have some indication of classification of any kind (star)
Assignee | ||
Comment 1•8 years ago
|
||
Also need to fix the bug where the count of failed tests shows "NaN". I had changed the shape of the data object, but the function to get that count expects the old shape.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → cdawson
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-rpweb/treeherder-manifest
https://github.com/mozilla-rpweb/treeherder-manifest/commit/48a93d6b96db65cfe55a67a407841fc62c1e9c5c
Bug 1363467 - Fix filtering and Failed Test counts (#12)
* Bug 1363467 - Fix failed test count
* Bug 1363467 - Split the Failed counts up
Now shows Infra and Intermittent as separate from the other counts.
* Bug 1363467 - Filtering improvements
Now possible to filter on Platform, Test, JobGroup and Option.
Fixed where refreshing test data would ignore filtering.
Comment 4•8 years ago
|
||
Assignee | ||
Comment 5•8 years ago
|
||
Comment on attachment 8867945 [details] [review]
[treeherder] mozilla:tier-filter-graphql > mozilla:master
Hey Ed-- Here's another little tweak. Thanks. :)
Attachment #8867945 -
Flags: review?(emorley)
Updated•8 years ago
|
Attachment #8867945 -
Flags: review?(emorley) → review+
Comment 6•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/f5cfd0121c16a6a2aaba0044987b528d8642ac91
Bug 1363467 - Allow 'less than' filtering on the Tier field in GraphQL (#2475)
This allows GraphQL queries to avoid downloading Tier-3 jobs.
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-rpweb/treeherder-manifest
https://github.com/mozilla-rpweb/treeherder-manifest/commit/bef06774849af0bb7407b034c19c57a8c6b63e68
Bug 1363467 - Show Tier indicator for non-tier-1 tests
https://github.com/mozilla-rpweb/treeherder-manifest/commit/7c20696274afa7c449e2ab0369a3153f3a55db23
Bug 1363467 - Show only Tier 1 and 2 jobs. Skip Tier 3
https://github.com/mozilla-rpweb/treeherder-manifest/commit/90e313d676a675f649f535f9ec666534b0455b06
Bug 1363467 - Show all classifications, not just infra and intermittent
https://github.com/mozilla-rpweb/treeherder-manifest/commit/ce60ce83545b829d63e639bca874fd9f8178d5d9
Bug 1363467 - Hide infra and intermittents by default
The counts for each can be clicked to toggle their visibility on or off.
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
Component: Treeherder → Treeherder: Test-based View
Updated•5 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•