New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 828092 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

store run times in BQ

Project Member Reported by seanmccullough@chromium.org, Apr 2 2018

Issue description

https://cs.chromium.org/chromium/infra/go/src/infra/appengine/test-results/frontend/event_logging.go?l=81 doesn't appear to write the run times to the test_results bigquery table. 

Should be a straightforward fix.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Apr 2 2018

This change is live on prod.  I pushed this to staging earlier and started to see timing getting populated there. On prod I still don't see any run times for that particular step, but that may be because it hasn't run again since the test-results server update.

See if this query returns anything after the next time it runs:

SELECT max(start_time), max(run.time), max(run.times), count(*) FROM [test-results-hrd:events.test_results] WHERE buildbot_info.builder_name = "One Buildbot Step Test Builder"
Status: Fixed (was: Assigned)

Sign in to add a comment