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

Re: depth_tests 37, 38 failing on Windows

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 24 Nov 2008 16:04:25 +0000

On Mon, 2008-11-24 at 09:23 -0600, Hyrum K. Wright wrote:
> From the latest run of the Windows buildbot:
>
> At least one test FAILED, checking M:\svn-auto-test\fsfs\tests.log
> FAIL: depth_tests.py 37: tree conflicts resolved depth-immediates
>
> FAIL: depth_tests.py 38: tree conflicts resolved depth-infinity
>
> 07:03 AM
>
> I think that these tests started failing after r34345, but that was obscured by
> that fact that there were a bunch of other tests failing on that buildbot at the
> same time. I've since fixed those failures, but could a tree-conflicts-minded
> person take a look at the two depth tests above?

I've just had a look. It's to do with the new function "verify_lines".

>From the test log:

> CMD: svn.exe resolved "--depth=immediates" "svn-test-work\working_copies\depth_tests-37\A" --config-dir "M:\svn-auto-test\fsfs\subversion\tests\cmdline\svn-test-work\local_tmp\config" --password rayjandom --no-auth-cache --username jrandom <TIME = 0.453000>
>
> Resolved conflicted state of 'svn-test-work\working_copies\depth_tests-37\A\B'
>
> Resolved conflicted state of 'svn-test-work\working_copies\depth_tests-37\A\mu'
>
> UNEXPECTED OUTPUT: 0 occurrences of 'Resolved conflicted state of 'svn-test-work\working_copies\depth_tests-37\A\mu'
>
> '
>
> Actual output:

Here there is an exception due to lack of "import sys", which I fixed in
r34381.

The double-spacing is common to all of the test log output on this
build-bot.

Otherwise the output looks just like the expected output. BUT: The
expected output is supposed to be a regular expression, so the backslash
characters are interpreted as escapes.

Fixed, I hope (but have no Windows to test on), in 34383.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-24 16:59:44 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.