Bug 32976 - queue sub-commands need to know how to catch URLError and exit "handled error"
Summary: queue sub-commands need to know how to catch URLError and exit "handled error"
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-27 18:20 PST by Eric Seidel (no email)
Modified: 2009-12-27 18:56 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-12-27 18:20:55 PST
queue sub-commands need to know how to catch URLError and exit "handled error"

QueueEngine defines handled_error_code which is used by sub-commands to indicate that the the command failed, but that the subcommand handled it, or that the error was temporary.  subcommands need to know how to handle URLErrors from StatusBot and report them as being temporary to the parent queue.

https://bugs.webkit.org/show_bug.cgi?id=32940#c10