NEW 82772
Testers should show which rev they tested in the waterfall header
https://bugs.webkit.org/show_bug.cgi?id=82772
Summary Testers should show which rev they tested in the waterfall header
Simon Fraser (smfr)
Reported 2012-03-30 12:53:59 PDT
Testers often lag behind builders, so just looking at the column headers on the waterfall page can be very misleading. It would help if the column headers said which rev was tested last (and maybe some indicator of how "stale" these results are. So rather than: "failed 15 failures 6 new passes 5 flakes" it could say: "11023 (6 revs ago): failed. 15 failures 6 new passes 5 flakes". Or something.
Attachments
Ryosuke Niwa
Comment 1 2012-03-30 12:59:59 PDT
(In reply to comment #0) > Testers often lag behind builders, so just looking at the column headers on the waterfall page can be very misleading. It would help if the column headers said which rev was tested last (and maybe some indicator of how "stale" these results are. > > So rather than: > "failed 15 failures 6 new passes 5 flakes" > it could say: > "11023 (6 revs ago): failed. 15 failures 6 new passes 5 flakes". > > Or something. (6 revs ago) will be hard to do. But printing the revision number will be easy. Note this information is already shown in the update step.
Ryosuke Niwa
Comment 2 2012-03-30 13:08:04 PDT
FYI, we just need to modify RunWebKitTests::getText2. I don't know how you'd get the revision number that triggered the build here though.
Note You need to log in before you can comment on or make changes to this bug.