New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 644844 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

[Findit] Add data model to capture check flake analysis metadata

Project Member Reported by lijeffrey@chromium.org, Sep 7 2016

Issue description

In order to calculate metrics against Findit's check flake feature for determining historical flakiness, each check flake analysis needs metadata captured for later querying.

Need a data model that contains all relevant metrics, such as:
- Average duration of a check flake analysis
- Detection rate
- Accuracy rate
- Error rate
- Algorithm parameter effectiveness
- Number of tasks per day
- Average number of builds analyzed
etc.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Sep 9 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/6a2bffd95c58c986abb7cd50b05abe1df4914b9a

commit 6a2bffd95c58c986abb7cd50b05abe1df4914b9a
Author: lijeffrey <lijeffrey@chromium.org>
Date: Fri Sep 09 19:17:23 2016

[Findit] Adding data model for capturing check flake analysis metadata

This change only adds the model and does not hook it up, which I plan to do in a separate CL once this change is approved in what is captured here.

BUG= 644844 

Review-Url: https://codereview.chromium.org/2318363002

[modify] https://crrev.com/6a2bffd95c58c986abb7cd50b05abe1df4914b9a/appengine/findit/model/base_swarming_task.py
[add] https://crrev.com/6a2bffd95c58c986abb7cd50b05abe1df4914b9a/appengine/findit/model/flake/master_flake_analysis_data.py

Status: Verified (was: Assigned)
data model has since been folded into master_flake_analysis.py

Sign in to add a comment