RESOLVED FIXED 66992
garden-o-matic summary view should provide information on builders still in flight.
https://bugs.webkit.org/show_bug.cgi?id=66992
Summary garden-o-matic summary view should provide information on builders still in f...
Dimitri Glazkov (Google)
Reported 2011-08-25 15:46:34 PDT
garden-o-matic summary view should provide information on builders still in flight.
Attachments
Patch (9.83 KB, patch)
2011-08-25 15:47 PDT, Dimitri Glazkov (Google)
abarth: review+
Dimitri Glazkov (Google)
Comment 1 2011-08-25 15:47:55 PDT
Adam Barth
Comment 2 2011-08-25 15:59:38 PDT
Comment on attachment 105267 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=105267&action=review Very nice. > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js:97 > + var failsFromRevision = failureAnalysis.newestPassingRevision + 1; I'd put the word "implied" into the name of this variable (e.g., impliedFirstFailingRevision or something). We don't actually know that the test fails in this revision. Sorry to be so nit-picky about these revision range things. We weren't careful about this sort of thing in webkitpy and we paid for it severely later.
Dimitri Glazkov (Google)
Comment 3 2011-08-25 16:03:03 PDT
Dimitri Glazkov (Google)
Comment 4 2011-08-25 16:13:19 PDT
Comment on attachment 105267 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=105267&action=review >> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js:97 >> + var failsFromRevision = failureAnalysis.newestPassingRevision + 1; > > I'd put the word "implied" into the name of this variable (e.g., impliedFirstFailingRevision or something). We don't actually know that the test fails in this revision. > > Sorry to be so nit-picky about these revision range things. We weren't careful about this sort of thing in webkitpy and we paid for it severely later. Sounds good! Done.
Note You need to log in before you can comment on or make changes to this bug.