| Summary: | WebKit Bot Watcher's Dashboard: Defer subsequent resource loads from access-restricted build bot when iteration fails to load with HTTP 401 status code | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> | ||||||||
| Component: | Tools / Tests | Assignee: | Daniel Bates <dbates> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | ap, joepeck, timothy | ||||||||
| Priority: | P2 | ||||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Daniel Bates
2014-02-02 12:20:14 PST
Created attachment 222932 [details]
Patch
Created attachment 222933 [details]
Patch
Rebased patch
Comment on attachment 222933 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=222933&action=review > Tools/ChangeLog:12 > + an iteration each time the update queue time fires until a person successfully authenticates. Instead > + we should update the authentication status of the build bot on receiving an HTTP 401 response code such > + that we defer subsequent requests to load the iteration when the queue update timer fires. Isn't this too frequent? We load a lot of iterations. Created attachment 222995 [details]
Patch
Comment on attachment 222995 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=222995&action=review > Tools/ChangeLog:12 > + HTTP credentials for an iteration so long as an earlier authentication request wasn't cancelled > + (i.e. failed with an HTTP 401 Unauthorized status code). Currently an authentication dialog will be > + presented for an iteration each time the update queue timer fires until a person successfully I think that this would be easier to understand if it said "credentials for the buildbot" not "credentials for am iteration". (In reply to comment #5) > (From update of attachment 222995 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=222995&action=review > > > Tools/ChangeLog:12 > > + HTTP credentials for an iteration so long as an earlier authentication request wasn't cancelled > > + (i.e. failed with an HTTP 401 Unauthorized status code). Currently an authentication dialog will be > > + presented for an iteration each time the update queue timer fires until a person successfully > > I think that this would be easier to understand if it said "credentials for the buildbot" not "credentials for am iteration". Will change before landing. Committed r163314: <http://trac.webkit.org/changeset/163314> |