Quantum/Release Criteria: Difference between revisions

→‎Bugs Ready To Be Fixed: Only show bugs marked ready to be fixed
(→‎Bugs Ready To Be Analyzed: Remove "Bugs that block QRC meta bugs and have profiles but are missing the QRC_NeedAnalysis or QRC_Analyzed whiteboard tag" bug list)
(→‎Bugs Ready To Be Fixed: Only show bugs marked ready to be fixed)
 
(13 intermediate revisions by 5 users not shown)
Line 21: Line 21:
## Assign the bug to yourself while you are analyzing it.
## Assign the bug to yourself while you are analyzing it.
## If the bug is invalid or not actionable, then needinfo the reporter or close the bug.
## If the bug is invalid or not actionable, then needinfo the reporter or close the bug.
##* There might not be obvious, visible problems. The profile analysis does not necessarily require the profile analysis engineer to reproduce the test case, just identify if there are obvious hot spots in the profile.
## If you can't identify the root cause, then unassign yourself. Another profile analysis engineer will pick it from the QRC_NeedAnalysis list, so leave any notes you have or needinfo someone who may have domain knowledge relevant to the profile.
## If you can't identify the root cause, then unassign yourself. Another profile analysis engineer will pick it from the QRC_NeedAnalysis list, so leave any notes you have or needinfo someone who may have domain knowledge relevant to the profile.
## If you have identified the root cause, then:
## If you have identified the root cause, then:
Line 26: Line 27:
### Move the bug to an appropriate Bugzilla component.
### Move the bug to an appropriate Bugzilla component.
### Unassign yourself.
### Unassign yourself.
= Resources on "How to do Gecko Profiling"=
If you have questions about using the Gecko Profiler, operators are ready standing by to help in the #flow IRC channel. :)
'''Ehsan's videos on how to analyze Gecko profiles'''
* [https://air.mozilla.org/gecko-profiler-introduction Introduction to Gecko profiler]
* [https://air.mozilla.org/gecko-and-native-profiler Introduction to Gecko and Native profiler]
'''Mike's deep dive videos analyzing profiles on real bugs'''
* [https://air.mozilla.org/search/?q=joy+of+profiling Search for "''Joy of Profiling''" on Air Mozilla. '''Effective Dec 4, 2017 - 15 episodes''']
* [https://air.mozilla.org/the-joy-of-profiling-pilot The Joy of Profiling - Pilot]
* [https://air.mozilla.org/the-joy-of-profiling-pilot-2 The Joy of Profiling - Pilot 2]

* [https://air.mozilla.org/the-joy-of-profiling-episode-1-20170519 The Joy of Profiling - Episode 1 Posted on May 19/2017]

* [https://air.mozilla.org/the-joy-of-profiling-episode-2 The Joy of Profiling - Episode 2 Posted on June 10/2017]
* [https://air.mozilla.org/the-joy-of-profiling-episode-3 The Joy of Profiling - Episode 3 Posted on June 17/2017]
* [https://air.mozilla.org/the-joy-of-profiling-episode-4 The Joy of Profiling - Episode 4 Posted on June 24/2017]
* [https://air.mozilla.org/the-joy-of-profiling-episode-5 The Joy of Profiling - Episode 5 Posted on July 8/2017]
* [https://air.mozilla.org/the-joy-of-profiling-episode-6 The Joy of Profiling - Episode 6 Posted on July 15/2017]


= Bugs Ready To Be Analyzed =
= Bugs Ready To Be Analyzed =


QRC bugs that are not yet QRC_Analyzed:
QRC_NeedAnalysis bugs:


<bugzilla> {
<bugzilla> {
   "status_whiteboard": "[QRC",
   "status_whiteboard": "[QRC_NeedAnalysis]",
  "f1": "status_whiteboard",
  "o1": "notsubstring",
  "v1": "[QRC_Analy",
   "assigned_to": "nobody@mozilla.org",
   "assigned_to": "nobody@mozilla.org",
   "resolution": "---",
   "resolution": "---",
Line 54: Line 71:
   "v2": "nobody@mozilla.org",
   "v2": "nobody@mozilla.org",
   "resolution": "---",
   "resolution": "---",
   "include_fields": "id, priority, summary, whiteboard, assigned_to",
   "include_fields": "id, priority, summary, whiteboard, assigned_to, last_change_time",
   "order": "assigned_to"
   "order": "assigned_to"
} </bugzilla>
} </bugzilla>
Line 69: Line 86:
} </bugzilla>
} </bugzilla>


QRC_Analyzed bugs that are missing the [qf:p1] whiteboard tag:
= Links =
 
<bugzilla> {
  "status_whiteboard": "[QRC_Analy",
  "f1": "status_whiteboard",
  "o1": "notsubstring",
  "v1": "[qf:p1]",
  "resolution": "---",
  "include_fields": "id, priority, summary, whiteboard, assigned_to",
  "order": "id"
} </bugzilla>


= Links =
[[Responsibilities of the Quantum Profiling Pool]]


QRC queries:
QRC queries:
* [https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=%5BQRC_NeedAnalysis%5D All QRC_NeedAnalysis bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=%5BQRC_NeedAnalysis%5D All QRC_NeedAnalysis bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=%5BQRC_Analyzed%5D All QRC_Analyzed bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=%5BQRC_Analyzed%5D All QRC_Analyzed bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?resolution=---&status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=%5BQRC%5D All QRC bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=%5BQRC%5D All QRC bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?short_desc=Quantum%20Release%20Criteria&resolution=---&query_format=advanced&short_desc_type=allwordssubstr QRC meta bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?short_desc=Quantum%20Release%20Criteria&resolution=---&query_format=advanced&short_desc_type=allwordssubstr QRC meta bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?f1=status_whiteboard&o1=anywordssubstr&resolution=---&emailtype1=exact&o2=nowordssubstr&query_format=advanced&emailassigned_to1=1&f2=status_whiteboard&longdesc=https%3A%2F%2Fperfht.ml%2F&email1=nobody%40mozilla.org&v1=%5Bqf%3Ainvestigate%2C%5Bqf%3Ap1%5D&v2=%5BQRC_Analy&longdesc_type=allwordssubstr QF bugs that have profiles but are unassigned]
* [https://bugzilla.mozilla.org/buglist.cgi?f1=status_whiteboard&o1=anywordssubstr&resolution=---&emailtype1=exact&o2=nowordssubstr&query_format=advanced&emailassigned_to1=1&f2=status_whiteboard&longdesc=https%3A%2F%2Fperfht.ml%2F&email1=nobody%40mozilla.org&v1=%5Bqf%3Ainvestigate%2C%5Bqf%3Ap1%5D&v2=%5BQRC_Analy&longdesc_type=allwordssubstr QF bugs that have profiles but are unassigned]
Confirmed users
3,337

edits