New issue
Advanced search Search tips

Issue 690630 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Dashboard data from chartjson doubles "a_" for "a_a_stdio_link" in Row entity

Project Member Reported by sullivan@chromium.org, Feb 9 2017

Issue description

The recipe sends chartjson "supplemental" : {"a_stdio_uri": "..."}:
https://cs.chromium.org/chromium/build/scripts/slave/results_dashboard.py?dr=C&l=256
https://cs.chromium.org/chromium/build/scripts/slave/unittests/results_dashboard_test.py?dr=C&l=83

And the dashboard prepends "a_" to everything in the supplemental dict for chartjson:
https://github.com/catapult-project/catapult/blob/master/dashboard/dashboard/add_point.py#L315

This means that we have billions of Row entities with "a_a_stdio_uri" and the dashboard backend has to cope with it. Let's change the recipe!

 
Components: Speed>Benchmarks>Waterfall
Labels: -Performance-Waterfall
Cc: -eakuefner@chromium.org

Sign in to add a comment