RESOLVED FIXED Bug 51051
commit-queue should upload failure diffs when tests flake
https://bugs.webkit.org/show_bug.cgi?id=51051
Summary commit-queue should upload failure diffs when tests flake
Eric Seidel (no email)
Reported 2010-12-14 12:48:56 PST
commit-queue should upload failure diffs when tests flake
Attachments
Patch (18.31 KB, patch)
2010-12-14 12:53 PST, Eric Seidel (no email)
no flags
Patch (25.61 KB, patch)
2010-12-15 11:22 PST, Eric Seidel (no email)
abarth: review+
eric: commit-queue-
Eric Seidel (no email)
Comment 1 2010-12-14 12:53:17 PST
Eric Seidel (no email)
Comment 2 2010-12-14 12:54:29 PST
This is a first step. This is going to need more patches. But this is a very important feature to add to the flaky test reporting. if this works out we can add this feature to other bots as well. :)
Adam Barth
Comment 3 2010-12-14 13:45:20 PST
I'll look at this tonight.
Eric Seidel (no email)
Comment 4 2010-12-15 11:22:53 PST
Adam Barth
Comment 5 2010-12-15 11:30:36 PST
Comment on attachment 76672 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=76672&action=review > WebKitTools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py:449 > + if hasattr(file_or_string, 'read'): > + return file_or_string This is kind of a hack. > WebKitTools/Scripts/webkitpy/tool/main.py:75 > + self.filesystem = FileSystem() Nice. This has been a long time coming.
Eric Seidel (no email)
Comment 6 2010-12-15 13:39:27 PST
Comment on attachment 76672 [details] Patch Fixing a /diff/diffs/ typo, one sec.
Eric Seidel (no email)
Comment 7 2010-12-15 13:48:56 PST
Note You need to log in before you can comment on or make changes to this bug.