New issue
Advanced search Search tips

Issue 917864 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Remove load_from_prod

Project Member Reported by benjhayden@chromium.org, Dec 26

Issue description

This script uses the old dump_graph_json api to copy production data to a dev_appserver local instance to allow developers to test frontend changes with real data. It's been broken for a long time.
https://github.com/catapult-project/catapult/issues/3024
When we want to test frontend changes with real data, we deploy a dev instance but don't direct any traffic to it. V2spa actually ignores the API entirely when running on localhost and generates random data in the browser. If devs really want to populate datastores in local dev_appserver instances, they can post Histograms to /add_histograms, either fake or fetched from /api/timeseries2.

Let's remove load_from_prod and keep deploying dev instances to test frontend changes.
 

Sign in to add a comment