Closed
Bug 1456087
Opened 7 years ago
Closed 7 years ago
Create tests for devtools.main.exit telemetry event
Categories
(DevTools :: General, enhancement)
Tracking
(firefox61 fixed)
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: miker, Assigned: miker)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•7 years ago
|
Has Regression Range: --- → irrelevant
Has STR: --- → irrelevant
OS: Unspecified → All
Hardware: Unspecified → All
Assignee | ||
Updated•7 years ago
|
Blocks: devtools-analytics
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Updated•7 years ago
|
No longer blocks: devtools-analytics
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8970934 [details]
Bug 1456087 - Create tests for devtools.main.exit telemetry event
https://reviewboard.mozilla.org/r/239694/#review245666
Looks great, one question. Thanks!
::: devtools/client/framework/test/browser_toolbox_telemetry_exit.js:101
(Diff revision 1)
> + await gDevTools.showToolbox(target, "netmonitor");
> +
> + await checkResults();
> +});
> +
> +async function checkResults() {
i noticed this same method in the other test pr -- does it make sense to combine these into a util somewhere? with whatever difference being passed in as args?
Attachment #8970934 -
Flags: review?(ystartsev) → review+
Assignee | ||
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8970934 [details]
Bug 1456087 - Create tests for devtools.main.exit telemetry event
https://reviewboard.mozilla.org/r/239694/#review245776
::: devtools/client/framework/test/browser_toolbox_telemetry_exit.js:101
(Diff revision 1)
> + await gDevTools.showToolbox(target, "netmonitor");
> +
> + await checkResults();
> +});
> +
> +async function checkResults() {
We are looking at different fields so we can't really do that... maybe we could if we will be having lots more tests but let's leave it alone for now.
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5af5821aa84c
Create tests for devtools.main.exit telemetry event r=yulia
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•