WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
32061
REGRESSION(51590): style-queue and build-queue think they are empty when they are not
https://bugs.webkit.org/show_bug.cgi?id=32061
Summary
REGRESSION(51590): style-queue and build-queue think they are empty when they...
Eric Seidel (no email)
Reported
2009-12-02 02:22:36 PST
style-queue and build-queue think their empty when they are not This is due to a regression from
r51590
. In fetch_attachment, we depend on attachment['id'] == attachment_id. Thats not true if one is an int and the other is a string. Lets fix all ids to be ints, and update the unit tests accordingly. The unit test I was fixing in
r51590
was wrong. For now I'm papering over the comparison problem because fetch_attachment is very difficult to test due to there being no network abstraction in bugzilla that I can Mock out.
Attachments
Patch
(4.51 KB, patch)
2009-12-02 02:25 PST
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2009-12-02 02:25:48 PST
Created
attachment 44138
[details]
Patch
WebKit Review Bot
Comment 2
2009-12-02 02:28:35 PST
style-queue ran check-webkit-style on
attachment 44138
[details]
without any errors.
Adam Barth
Comment 3
2009-12-02 02:29:36 PST
Comment on
attachment 44138
[details]
Patch Thanks. Sorry about the bad test.
Mark Rowe (bdash)
Comment 4
2009-12-02 02:39:47 PST
“think *they are* empty”
Eric Seidel (no email)
Comment 5
2009-12-02 02:40:50 PST
Thanks. :) I should not still be awake at 6am my body's time. ;p
WebKit Commit Bot
Comment 6
2009-12-02 02:44:35 PST
Comment on
attachment 44138
[details]
Patch Clearing flags on attachment: 44138 Committed
r51595
: <
http://trac.webkit.org/changeset/51595
>
WebKit Commit Bot
Comment 7
2009-12-02 02:44:40 PST
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