On Wed, Jul 14, 2010 at 10:28 AM, Hyrum K. Wright
<hyrum_wright_at_mail.utexas.edu> wrote:
> On Wed, Jul 14, 2010 at 2:55 PM, Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
>> Currently, the buildbot "testlog" outputs are quite large (12MB).
>>
>> When a test fails, it could be more convenient for the developer inspecting the
>> buildbot log if the output was in smaller files (so we don't have to grep for
>> the /^FAIL/ inside a 12MB file *in the browser*).
>>
>> Thus: http://pastebin.ca/1900435
>>
>> What do you think about doing something like this in our buildbot instance?
>
> Would this need to be deployed to each buildslave, or would it live on
> the server?
>
> I think that ideally, one could click on a link, and see something like:
>
> [[[
> Failed tests:
> authz_test-1
> basic_test-17
> merge_test-582
> ...
>
> Complete logs:
> authz_tests
> basic_tests
> copy_tests
> ...
> ]]]
>
> Each of the lines (aside from the section headings) would be
> clickable, linking to respective test log output. We could even
> colorize the output in some way.
>
> Does buildbot support anything other than plain text for the log file link?
We had this for the Hudson builds, as well as timing trends.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2010-07-14 16:35:27 CEST