WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
172577
Syncing script shouldn't schedule a build request when there is a build from another test group in progress
https://bugs.webkit.org/show_bug.cgi?id=172577
Summary
Syncing script shouldn't schedule a build request when there is a build from ...
Ryosuke Niwa
Reported
2017-05-24 21:16:03 PDT
Apparently the syncing script can end up scheduling a new build request for a test group when there is an in-progress build request from another test group.
Attachments
Fixes the bug
(13.69 KB, patch)
2017-05-24 22:09 PDT
,
Ryosuke Niwa
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-05-24 21:16:33 PDT
<
rdar://problem/32395049
>
Ryosuke Niwa
Comment 2
2017-05-24 21:44:04 PDT
When a buildbot gets restarted, it'd re-schedule the currently running build. This can result in multiple builds to be pending simultaneously. The real problem here is that sync-buildbot.js couldn't recover from this state even through I explicitly add a test case for it because the test case itself was broken.
Ryosuke Niwa
Comment 3
2017-05-24 22:09:38 PDT
Created
attachment 311195
[details]
Fixes the bug
Ryosuke Niwa
Comment 4
2017-05-25 14:10:11 PDT
Comment on
attachment 311195
[details]
Fixes the bug Clearing flags on attachment: 311195 Committed
r217448
: <
http://trac.webkit.org/changeset/217448
>
Ryosuke Niwa
Comment 5
2017-05-25 14:10:13 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug