Re: mochitest logging changes

2014-02-27 Thread Nathan Froyd
- Original Message - > On 2/27/2014 10:00 AM, Nathan Froyd wrote: > > - If there is a TEST-FAIL or a TEST-UNEXPECTED-PASS, then the failure > > itself is logged, along with some number of messages (currently capped at > > 100) since the start of the test or the last failure. The intent her

Re: mochitest logging changes

2014-02-27 Thread Benjamin Smedberg
On 2/27/2014 10:00 AM, Nathan Froyd wrote: - If there is a TEST-FAIL or a TEST-UNEXPECTED-PASS, then the failure itself is logged, along with some number of messages (currently capped at 100) since the start of the test or the last failure. The intent here was to provide most of the benefits

mochitest logging changes

2014-02-27 Thread Nathan Froyd
Hi, Mochitest (M1, M2, M3, M4, M5, and M-oth on TBPL) logging has seen several changes over the past couple of weeks. The intent of these changes is to reduce the runtime of the tests, particularly for tests which produce many messages, and reduce the log file sizes. The current status on inb