New issue
Advanced search Search tips

Issue 659356 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Track "Lollipop Tablet Tester" on flakiness_dashboard

Project Member Reported by wychen@chromium.org, Oct 25 2016

Issue description

It would be nice if we could track flaky tests on "Lollipop Tablet Tester".

sheriff-o-matic can aggregate failures across multiple builders/testers, including "Lollipop Tablet Tester". However, "Lollipop Tablet Tester" is not tracked on flakiness_dashboard.
 
For this you'll need to teach your test launcher to upload test results to flakiness dashboard. For this you should use test_results recipe module that has a method "upload". Also the JSON format that is uploaded to test-results-server should follow the following format: https://www.chromium.org/developers/the-json-test-results-format.

Example code using test_results module to upload results: https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/slave/recipe_modules/chromium_tests/steps.py#1504.

Comment 2 by estaab@chromium.org, Oct 26 2016

Owner: estaab@chromium.org
Status: Fixed (was: Untriaged)
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=base_unittests&builder=chromium.android%3ALollipop%20Tablet%20Tester

You need to select a relevant test type before choosing the builder.

Sign in to add a comment