RESOLVED FIXED 104941
Dashboard cleanup: remove usage of global g_builders.
https://bugs.webkit.org/show_bug.cgi?id=104941
Summary Dashboard cleanup: remove usage of global g_builders.
Julie Parent
Reported 2012-12-13 12:55:14 PST
Dashboard cleanup: remove usage of global g_builders.
Attachments
Patch (19.51 KB, patch)
2012-12-13 13:05 PST, Julie Parent
no flags
Patch (18.93 KB, patch)
2012-12-13 13:50 PST, Julie Parent
no flags
Patch (22.17 KB, patch)
2012-12-13 14:40 PST, Julie Parent
no flags
Patch for landing (22.17 KB, patch)
2012-12-13 14:41 PST, Julie Parent
no flags
Patch (22.16 KB, patch)
2012-12-13 14:49 PST, Julie Parent
no flags
Julie Parent
Comment 1 2012-12-13 13:05:09 PST
Julie Parent
Comment 2 2012-12-13 13:10:35 PST
Comment on attachment 179320 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=179320&action=review > Tools/TestResultServer/static-dashboards/loader_unittests.js:57 > +test('results files loading', 11, function() { Total exceptions is 1 + 2 x numBuilders. So before it was 1 + 2 * 2 = 5, now 1 + 2 * 5 = 11, since we use an expanded builder list. > Tools/TestResultServer/static-dashboards/loader_unittests.js:72 > + var builderName = /builder=([\w ().]+)&/.exec(url)[1]; Now that we use real builder names, they can contain more than just alphanumerics, aka, "WebKit Linux (dbg)" has '(' and ')', and "WebKit Mac10.7" has '.'
Dirk Pranke
Comment 3 2012-12-13 13:16:09 PST
Comment on attachment 179320 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=179320&action=review > Tools/ChangeLog:12 > + they were even bigger offenders of bad hygine, relying on global state typo: hygiene. > Tools/TestResultServer/static-dashboards/dashboard_base.js:191 > + function() { return value in currentBuilderGroup().builders; }); I would probably add a currentBuilders() function that returns currentBuilderGroup().builders and use that below. >> Tools/TestResultServer/static-dashboards/loader_unittests.js:57 >> +test('results files loading', 11, function() { > > Total exceptions is 1 + 2 x numBuilders. So before it was 1 + 2 * 2 = 5, now 1 + 2 * 5 = 11, since we use an expanded builder list. It might be useful to note this in a comment.
Dirk Pranke
Comment 4 2012-12-13 13:16:20 PST
(looks fine otherwise).
Dirk Pranke
Comment 5 2012-12-13 13:16:44 PST
R+ if you agree w/ those changes.
Julie Parent
Comment 6 2012-12-13 13:50:42 PST
Julie Parent
Comment 7 2012-12-13 13:51:14 PST
Addressed all comments.
Julie Parent
Comment 8 2012-12-13 13:54:00 PST
Just saw that some files were excluded from my change, fixing ...
Dirk Pranke
Comment 9 2012-12-13 13:54:27 PST
Comment on attachment 179324 [details] Patch thanks!
Julie Parent
Comment 10 2012-12-13 14:40:05 PST
Julie Parent
Comment 11 2012-12-13 14:41:29 PST
Created attachment 179342 [details] Patch for landing
WebKit Review Bot
Comment 12 2012-12-13 14:43:31 PST
Comment on attachment 179342 [details] Patch for landing Rejecting attachment 179342 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1 /mnt/git/webkit-commit-queue/Tools/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Full output: http://queues.webkit.org/results/15309423
Julie Parent
Comment 13 2012-12-13 14:49:18 PST
WebKit Review Bot
Comment 14 2012-12-13 18:03:53 PST
Comment on attachment 179345 [details] Patch Clearing flags on attachment: 179345 Committed r137693: <http://trac.webkit.org/changeset/137693>
WebKit Review Bot
Comment 15 2012-12-13 18:03:57 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.