New issue
Advanced search Search tips

Issue 878054 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 27
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: ----



Sign in to add a comment

Refactor active_child_tasks in suite handler

Project Member Reported by xixuan@chromium.org, Aug 27

Issue description

Example failure:

https://chrome-swarming.appspot.com/task?id=3f94363017f0ad10&refresh=10&show_raw=1

It's caused by the inconsistency of task_to_test_map and active_child_task. When timeout is happened, there could be a gap that task_to_test_map already removes the task id in itself, but active_child_task is not updated accordingly.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Aug 27

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/third_party/autotest/+/fba1719c0827e4362151fa0a9d22157750cf3429

commit fba1719c0827e4362151fa0a9d22157750cf3429
Author: Xixuan Wu <xixuan@chromium.org>
Date: Mon Aug 27 22:05:25 2018

autotest: Refactoring, move get_child_tasks to swarming_lib.

BUG= chromium:878054 
TEST=None

Change-Id: Ia5628f4637a14790623d8e95df4990bdd166a983
Reviewed-on: https://chromium-review.googlesource.com/1191425
Reviewed-by: Xixuan Wu <xixuan@chromium.org>
Commit-Queue: Xixuan Wu <xixuan@chromium.org>
Tested-by: Xixuan Wu <xixuan@chromium.org>

[modify] https://crrev.com/fba1719c0827e4362151fa0a9d22157750cf3429/venv/skylab_suite/suite_runner.py
[modify] https://crrev.com/fba1719c0827e4362151fa0a9d22157750cf3429/venv/skylab_suite/swarming_lib.py

Status: Fixed (was: Assigned)

Sign in to add a comment