Bug 156498 - Make sync-buildbot.js fault safe
Summary: Make sync-buildbot.js fault safe
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 02:59 PDT by Ryosuke Niwa
Modified: 2016-04-12 14:04 PDT (History)
6 users (show)

See Also:


Attachments
Fixes bugs (25.01 KB, patch)
2016-04-12 03:07 PDT, Ryosuke Niwa
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2016-04-12 02:59:26 PDT
Bugs like the one fixed in http://trac.webkit.org/changeset/199332 can put
buildbot and perf dashboards into an inconsistent state.

sync-buildbot.js should be able to recover from such states.
Comment 1 Ryosuke Niwa 2016-04-12 03:07:49 PDT
Created attachment 276227 [details]
Fixes bugs
Comment 2 Chris Dumez 2016-04-12 13:43:13 PDT
Comment on attachment 276227 [details]
Fixes bugs

rs=me
Comment 3 Ryosuke Niwa 2016-04-12 14:04:00 PDT
Committed r199388: <http://trac.webkit.org/changeset/199388>