New issue
Advanced search Search tips

Issue 853258 link

Starred by 3 users

Issue metadata

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



Sign in to add a comment

Extend Descriptor to support non-conforming test paths

Project Member Reported by benjhayden@chromium.org, Jun 15 2018

Issue description

The V1 chromeperf dashboard UI allows users to navigate the tree of timeseries by "subtests".
The V2 UI allows users to navigate timeseries semantically by their characteristics such as "measurement" and "test case".
Descriptor initially only supports test suites whose test paths conform exactly to the format `master/bot/suite/measurement/test_case`.

ParseTestPath and CompileTestPaths need to support non-conforming test paths. See the v2spa branch for examples:
https://chromium.googlesource.com/catapult/+/v2spa/dashboard/dashboard/api/describe.py
 
Cc: -eakuefner@chromium.org

Sign in to add a comment