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

Issue 717374 link

Starred by 1 user

Issue metadata

Status: Archived
Owner:
Last visit > 30 days ago
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

server_management_lib tasks should be retryable without modification to task

Project Member Reported by akes...@chromium.org, May 2 2017

Issue description

s_m_l tasks should not require you to comment out parts of a task in order to retry it.

So for example:

1) If you run EmptyShardAddToProdAndVerifyTask a second time, it might fail at the "atest server add" step because the server is already in prod. It should not do that.

2) Or it might fail at the atest shard add_boards step because the dummy board label you added to that shard was already added to it. It should not do that.
 
My workaround for this was to "atest shard delete" and "atest server delete" this host so that I could start from scratch.

Comment 2 by aut...@google.com, May 5 2017

Labels: -current-issue
Status: Archived (was: Assigned)
Some progress was made. This is not so actionable now.

Sign in to add a comment