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

Re: svn commit: r1703740 - in /subversion/trunk: Makefile.in build/run_tests.py subversion/tests/cmdline/svntest/main.py win-tests.py

From: Branko Čibej <brane_at_apache.org>
Date: Fri, 18 Sep 2015 06:58:20 +0200

On 18.09.2015 06:52, brane_at_apache.org wrote:
> Author: brane
> Date: Fri Sep 18 04:52:22 2015
> New Revision: 1703740
>
> URL: http://svn.apache.org/viewvc?rev=1703740&view=rev
> Log:
> Correctly propagate the log level through the multiple layers of test
> suite infrastructure and make sure the default log level is the same
> on all platforms and across all types of tests.

So it turns out that we had a number of bugs in the logic that
propagated the --verbose/--set-log-level options through the test
infrastructure. One of them was, for example, that the effective log
level was not correctly passed to the testcase subprocesses in Python
tests in parrallel mode.

Now that this is fixed, it turns out that we hardly ever use debug-level
log messages in our Python tests; using --set-log-level=INFO dumps
enormous amounts of text into the log files, where it should really only
have added command tracing. I guess there's now an opportunity for
fixing that.

-- Brane
Received on 2015-09-18 06:58:26 CEST

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.