Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: net/docs/bug-triage-suggested-workflow.md

Issue 2844323002: A couple of minor updates to triage instructions. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/docs/bug-triage-suggested-workflow.md
diff --git a/net/docs/bug-triage-suggested-workflow.md b/net/docs/bug-triage-suggested-workflow.md
index 147dd8b5a0c8a438e0e2e1a6f120ff02262d3e78..3c548e089e4bdd97b14761e11e3090181810a73c 100644
--- a/net/docs/bug-triage-suggested-workflow.md
+++ b/net/docs/bug-triage-suggested-workflow.md
@@ -49,6 +49,9 @@ For each alert that fires, determine if it's a real alert and file a bug if so.
## Investigating component=Internals>Network bugs
+* Note that you may want to investigate Needs-Feedback bugs first, as
+ that may result in some bugs being added to this list.
+
* It's recommended that while on triage duty, you subscribe to the
Internals>Network component (but not its subcomponents). To do this, go
to the issue tracker and then click "Saved Queries".
@@ -177,6 +180,20 @@ For each alert that fires, determine if it's a real alert and file a bug if so.
bug. Make sure to indicate if there is a defined point in the
past before which the signature is not present.
+As an alternative to the above, you can use [Eric Roman's new crash
+tool](https://ericroman.users.x20web.corp.google.com/www/net-crash-triage/index.html)
+(internal link). Note that it isn't a perfect fit with the triage
+responsibilities, specifically:
+
+* It's only showing Windows releases; Android, iOS, and WebView are
+ usually different, and Mac is sometimes different.
+* The instructions are to look at the latest canary which has a days
+ worth of data. If canaries are being pushed fast, that may be more
+ than one canary into the past, and hence not visible on the tool.
+* Eric's tool filters based on files in "src/net" rather than looking
+ for magic signature's including the string "net::" ("src/net" is
+ probably the better filter).
+
## Investigating crashers
* Only investigate crashers that are still occurring, as identified by above
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698