OLD | NEW |
1 # Chrome Network Bug Triage | 1 # Chrome Network Bug Triage |
2 | 2 |
3 The Chrome network team uses a two day bug triage rotation. The main goals are | 3 The Chrome network team uses a two day bug triage rotation. The main goals are |
4 to identify and label new network bugs, and investigate network bugs when no | 4 to identify and label new network bugs, and investigate network bugs when no |
5 label seems suitable. | 5 label seems suitable. |
6 | 6 |
7 ## Responsibilities | 7 ## Responsibilities |
8 | 8 |
9 ### Required, in rough order of priority: | 9 ### Required, in rough order of priority: |
10 * Identify new network bugs on the tracker. | 10 * Identify new network bugs on the tracker. |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 to this list. When an alert fires, the triager should determine if the | 52 to this list. When an alert fires, the triager should determine if the |
53 alert looks to be real and file a bug with the appropriate label if so. | 53 alert looks to be real and file a bug with the appropriate label if so. |
54 Note that if no label more specific than Internals>Network is appropriate, | 54 Note that if no label more specific than Internals>Network is appropriate, |
55 the responsibility remains with the triager to continue investigating the | 55 the responsibility remains with the triager to continue investigating the |
56 bug, as above. | 56 bug, as above. |
57 | 57 |
58 * The triager is responsible for looking at any notification previous | 58 * The triager is responsible for looking at any notification previous |
59 triagers did not, so when an issue is investigated, the person who did | 59 triagers did not, so when an issue is investigated, the person who did |
60 so should respond to chrome-network-debugging@google.com with a short | 60 so should respond to chrome-network-debugging@google.com with a short |
61 email, describing their conclusions. Future triagers can then use the | 61 email, describing their conclusions. Future triagers can then use the |
62 fact an alert was responded to as an inidicator of which of them need | 62 fact an alert was responded to as an indicator of which of them need |
63 to be followed up on. Alerts fired before the beginning of the | 63 to be followed up on. Alerts fired before the beginning of the |
64 previous triager's rotation may be ignored. | 64 previous triager's rotation may be ignored. |
65 | 65 |
66 * Investigate [Uncomfirmed / Untriaged Internals>Network issues that don't belon
g to a more specific network component](https://bugs.chromium.org/p/chromium/iss
ues/list?can=2&q=component%3DInternals%3ENetwork+status%3AUnconfirmed,Untriaged+
-label:Needs-Feedback&sort=-modified), | 66 * Investigate [Unconfirmed / Untriaged Internals>Network issues that don't belon
g to a more specific network component](https://bugs.chromium.org/p/chromium/iss
ues/list?can=2&q=component%3DInternals%3ENetwork+status%3AUnconfirmed,Untriaged+
-label:Needs-Feedback&sort=-modified), |
67 prioritizing the most recent issues, ones with the most responsive reporters, | 67 prioritizing the most recent issues, ones with the most responsive reporters, |
68 and major crashers. This will generally take up the majority of your time as | 68 and major crashers. This will generally take up the majority of your time as |
69 triager. Continue digging until you can do one of the following: | 69 triager. Continue digging until you can do one of the following: |
70 | 70 |
71 * Mark it as *WontFix* (working as intended, obsolete issue) or a | 71 * Mark it as *WontFix* (working as intended, obsolete issue) or a |
72 duplicate. | 72 duplicate. |
73 | 73 |
74 * Mark it as a feature request. | 74 * Mark it as a feature request. |
75 | 75 |
76 * Mark it as Needs-Feedback. | 76 * Mark it as Needs-Feedback. |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 * Close obsolete bugs. | 131 * Close obsolete bugs. |
132 | 132 |
133 See [bug-triage-suggested-workflow.md](bug-triage-suggested-workflow.md) for | 133 See [bug-triage-suggested-workflow.md](bug-triage-suggested-workflow.md) for |
134 suggested workflows. | 134 suggested workflows. |
135 | 135 |
136 See [bug-triage-labels.md](bug-triage-labels.md) for labeling tips for network | 136 See [bug-triage-labels.md](bug-triage-labels.md) for labeling tips for network |
137 and non-network bugs. | 137 and non-network bugs. |
138 | 138 |
139 See [crash-course-in-net-internals.md](crash-course-in-net-internals.md) for | 139 See [crash-course-in-net-internals.md](crash-course-in-net-internals.md) for |
140 some help on getting started with about:net-internals debugging. | 140 some help on getting started with about:net-internals debugging. |
OLD | NEW |