New issue
Advanced search Search tips

Issue 677531 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 676035



Sign in to add a comment

[WPT Dashboard] Generate datastore data from BigQuery data

Project Member Reported by jeffcarp@chromium.org, Dec 29 2016

Issue description

The primary database for all test result data is BigQuery. The dashboard, https://wptdashboard.appspot.com/, does not query BigQuery directly. Instead, we generate a datastore entry for each test file (e.g. html/semantics/forms/the-input-element/date.html) that contains the latest results for all browsers.

The data currently in the dashboard was generated by a Python script directly querying jgraham's sqlite file. Now that all jgraham's data has been loaded into BigQuery, we should generate the data from there.
 
Components: Blink>Infra>Predictability
Components: -Blink>Infra
Status: Fixed (was: Assigned)
A working version exists as of
https://github.com/jeffcarp/wptdashboard/commit/3a6ffb7f6f22152eb5a2592bb27b77419ff18e67

The repo is currently private, ping me and I'll add you as a collaborator. The issue for open sourcing is  bug 677532 .
Components: Blink>Infra>Ecosystem
Components: -Blink>Infra>Predictability

Sign in to add a comment