Exploring History and Reports
Use RootCoz's history views when you need to answer two practical questions quickly: has this failure happened before, and is it part of a broader trend? These screens help you move from one test failure to per-test history and then out to filtered team summaries.
Prerequisites
- You are signed in to RootCoz.
- At least one analysis result already exists. See Submitting Analyses for details.
- Your account has access to
Reportsif you want the team summary views.
Quick Example
rootcoz history failures --search tests.test_auth.test_login
rootcoz history test "tests.test_auth.test_login"
rootcoz reports totals --team alpha --from 2025-01-01 --to 2025-06-01 --review-status reviewed
Use the first command to find matching failures, the second to inspect one test over time, and the third to compare reviewed work for one team in a date window.
Step-by-Step
- Start in the right place.
| If you want to... | Open | Best for |
|---|---|---|
| Check one failing test or result | History |
Repeats, classifications, and recent runs |
| Compare filtered job totals across teams or releases | Reports |
Dates, metadata, labels, and review progress |
| See where reviewers changed RootCoz's answer | Reports |
Classification override patterns |
| See what follow-up work already exists | Reports |
GitHub and Jira issue summaries |
-
Search recurring failures in
History. OpenHistory, use the search box to narrow the table by test name, then add a classification filter or date range if the list is still noisy. Click a row to open that result, or click the test name itself to open that test's dedicated history page. -
Read the test history page. Start with
Failure Rate,Total Runs,Failures, andConsecutiveto understand whether the test is stable, degrading, or repeatedly broken. Then read the classification badges, comments,First seen, andLast seen, and open any row inRecent Runsto jump back to a specific result. -
Move to
Reportsfor broader trends. ChooseTotal Failureswhen you want summary counts,Classification Overrideswhen you want review changes, orIssues Createdwhen you want follow-up visibility. Use the filters across the top to narrow byTeam,Tier,Version,Status,Review status, date range, and label include/exclude chips.
Note: If you leave the status filter empty, report summaries start with completed jobs only.
- Read the report detail that matches your question.
In
Total Failures, expandJob Detailsto compare jobs in the current slice. InClassification Overrides, expand afrom -> togroup to see which tests changed and who changed them; inIssues Created, open the external issue link or the linked result to inspect the original analysis.
When you find a specific result you want to confirm or correct, see Reviewing and Classifying Failures for details.
Advanced Usage
Use the CLI when you want repeatable lookups or want to save filters in shell history.
rootcoz history failures --classification "INFRASTRUCTURE" --limit 50
rootcoz history test "tests.test_auth.test_login" --limit 50
rootcoz history stats "test-job"
rootcoz reports overrides --status completed --tags nightly,smoke
rootcoz reports issues --team alpha --review-status reviewed
Tip: The
Reportspage keeps its active tab and filters in the URL, so you can refresh, bookmark, or share the same filtered view.
See CLI Command Reference for all flags, or see API Endpoint Reference if you want to script the same lookups.
Troubleshooting
-
I do not see
Reportsin the sidebar.
Ask an administrator to grant report access, then reload the page. -
Historyis empty for a test I expect to find.
Remove the classification filter, widen the date range, or search with the full test name. -
A report looks smaller than expected.
Add the statuses you care about, then re-check your team, version, and label filters. -
There is no data to explore yet.
Run an analysis first. See Submitting Analyses for details.