store run times in BQ |
||
Issue descriptionhttps://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.
,
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"
,
Apr 3 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 2 2018