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

Issue 872036 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jan 8
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 837855



Sign in to add a comment

Investigate the network IO and latency of executing sql query and store results

Project Member Reported by liaoyuke@chromium.org, Aug 7

Issue description

If network IO is too large or latency is too high for each run, we may want to implement resume point in sql query to filter out previous detected flakes.

 
Any update on this issue
Status: WontFix (was: Assigned)
I tried to implement such a resume point, but it turns out to be complicate, and I remember the  main issue is that it's hard to find a field that can be used to filter out processed entries in the table.

Given that we're moving to expose and retrieve failed tests from the recipe side, which is a much cleaner solution, I don't think it's worth doing this anymore.

Sign in to add a comment