New issue
Advanced search Search tips

Issue 876379 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Generalize STORIES diagnostic

Project Member Reported by eakuefner@chromium.org, Aug 21

Issue description

We need to figure out what to do for test paths that have more components than the STORIES diagnostic accounts for. For example, V8 uploads tests with very long paths that we have no way to represent in HistogramSet yet.
 
What if we just allowed you to specify the test path as a diagnostic (like we do in add_reserved_diagnostics, but delete after).
Descriptor already understands mapping between test case names and test paths. Could add_histograms create Descriptors and call ToTestPaths?
In the distant future, Descriptor should evaporate, but that will be easier the less we rely on uploaders to compute test paths. If add_histograms uses Descriptor, then we can unilaterally migrate test paths and remove hacks from Descriptor without requiring uploaders to change anything.

Sign in to add a comment