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

Issue 849491 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

[Findit] Assertion error: when estimate swarming iteration

Project Member Reported by chanli@chromium.org, Jun 5 2018

Issue description

Error log: https://pantheon.corp.google.com/errors/CIalybXDxJKDdA?time=P1D&filter=AssertionError&refresh=off&project=findit-for-me

Stack trace:
AssertionError
at _EstimateSwarmingIterationTimeout (/base/data/home/apps/s~findit-for-me/waterfall-backend:14839-f7d41cf.408837037076478115/services/flake_failure/run_swarming_util.py:61)
at CalculateRunParametersForSwarmingTask (/base/data/home/apps/s~findit-for-me/waterfall-backend:14839-f7d41cf.408837037076478115/services/flake_failure/run_swarming_util.py:125)
at RunImpl (/base/data/home/apps/s~findit-for-me/waterfall-backend:14839-f7d41cf.408837037076478115/pipelines/flake_failure/determine_approximate_pass_rate_pipeline.py:118)
at run (/base/data/home/apps/s~findit-for-me/waterfall-backend:14839-f7d41cf.408837037076478115/gae_libs/pipelines.py:297)
at evaluate (/base/data/home/apps/s~findit-for-me/waterfall-backend:14839-f7d41cf.408837037076478115/infra_api_clients/../third_party/pipeline/pipeline.py:2207)

Root cause:
A bug in flake_test_results cause the number of passes was incorrectly set to None.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jun 5 2018

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

commit ef313bedc91693adc0db825dde62ac45e1cde1a1
Author: Chan <chanli@chromium.org>
Date: Tue Jun 05 01:14:22 2018

[Findit] Fix a bug in flake_test_results which causes the number of passes was incorrectly set to None

Bug: 849491
Change-Id: If363ef6f0379f5f564495d522a3df455807a2c19
Reviewed-on: https://chromium-review.googlesource.com/1086382
Reviewed-by: Jeffrey Li <lijeffrey@chromium.org>
Commit-Queue: Jeffrey Li <lijeffrey@chromium.org>

[modify] https://crrev.com/ef313bedc91693adc0db825dde62ac45e1cde1a1/appengine/findit/services/flake_failure/flake_test_results.py

Sign in to add a comment