[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Logging in the python tests

From: Hyrum K Wright <hyrum.wright_at_wandisco.com>
Date: Wed, 7 Mar 2012 08:33:55 -0600

On Wed, Mar 7, 2012 at 8:23 AM, C. Michael Pilato <cmpilato_at_collab.net> wrote:
> On 03/06/2012 05:29 PM, Hyrum K Wright wrote:
>> After a bit of a bump today, I've added the use of the python logging
>> module to our test suite as a way of logging output from the test
>> framework and the tests themselves.  The end goal is to remove all the
>> many print() calls we have in the tests, and run almost everything
>> through the logger, allowing us to better control where the log gets
>> sent to, its formatting, etc.
>>
>> I'm sure I'll break more things along the way, and I've yet to fully
>> iron out the standards for using INFO vs. WARN vs. ERROR within the
>> tests, but I'd appreciate any insight or help or questions folks might
>> have as this transition goes forward.
>
> +1.  One subgoal I would have for such a conversion is that --quiet runs
> actually be quiet, printing *only* the FAIL: or XPASS: summary lines (not,
> say, every stack trace behind every XFAIL: test such as happens today).

Indeed. In fact, that is one of the motivating goals here, and while
it could have been done by fiddling with stdout file descriptors and
the like, I think use of the logging API is a more long-term
maintainable step.

-Hyrum

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com/
Received on 2012-03-07 15:34:29 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.