Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transparent Retries not Cancelling properly #292

Open
kjlubick opened this issue Jan 24, 2017 · 0 comments
Open

Transparent Retries not Cancelling properly #292

kjlubick opened this issue Jan 24, 2017 · 0 comments

Comments

@kjlubick
Copy link
Contributor

To reproduce:

  1. Start a task
  2. Task errors out with BOT_DIED
  3. Swarming retries the task
  4. New task is PENDING
  5. Cancel Task

Observe that the summary task result (e.g. for task 33e91f3119745610) says cancelled. The task result for the first run properly says BOT_DIED (e.g. 33e91f3119745611).

There is no task result for run 2 (e.g. 33e91f3119745612), which is not correct.

Also observe that the try_number for the summary task result incorrectly says 1, not 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants
@kjlubick and others