Regression Testing Dashboard
Categories
(Data Science :: General, task)
Tracking
(Not tracked)
People
(Reporter: ccd, Assigned: ccd)
References
Details
Brief description of the request: Implement a Nightly regression testing dashboard utilizing page load and graphics histogram probes of Nightly pings.
Link to any assets:
Is there a specific data scientist you would like or someone who has helped to triage this request:
Requestor: Eric Smyth
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Utilize the relative difference estimator:
https://drive.google.com/file/d/1Xj9N6IgNaLctMO2tlLgLnQV8QndfU9fo/view
Methods to calculate dataset for dashboard: https://dbc-caf9527b-e073.cloud.databricks.com/#notebook/76530/command/76534
Assignee | ||
Comment 2•6 years ago
•
|
||
Dashboard repo: https://github.com/godelstheory/ff-perf-regression-dashboard
Assignee | ||
Comment 3•6 years ago
•
|
||
Initial dashboard implementation:
https://metrics.mozilla.com/protected/shiny/cdowhygelund/ff-perf-regression-dashboard/
Page load histograms included using small subset of data.
Graphics histograms not included.
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Implemented scheduled Databricks and hala cron jobs for daily updates (i.e., each new Nightly build).
Assignee | ||
Comment 5•6 years ago
|
||
To be added once in telemetry: Raptor/Talos data.
Assignee | ||
Comment 6•5 years ago
|
||
Job was failing due to 4G driver limit error. After much debugging, determined this was an issue with both a data frame toPandas
versus collect
call, in addition to utilizing the createOrReplaceTempView
+ SQL path, versus the pyspark API. This resulted in a few days worth of missing data in the dashboard. A batch filling job is in order.
https://dbc-caf9527b-e073.cloud.databricks.com/#notebook/76530/command/80487
Assignee | ||
Comment 7•5 years ago
|
||
Current dashboard for use in determining Firefox health.
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Closing. New bug(s) will be created regarding PRD.
Description
•