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

Re: 1.8.0-rc1 up for testing/signing

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 10 May 2013 14:51:15 -0400

On Fri, May 10, 2013 at 2:29 PM, Mark Phippard <markphip_at_gmail.com> wrote:
> On Fri, May 10, 2013 at 12:43 PM, Ben Reser <ben_at_reser.org> wrote:
>> On Wed, May 8, 2013 at 9:40 AM, Mark Phippard <markphip_at_gmail.com> wrote:
>>> I am using a new build process and using VS 2012, so I am sure that is
>>> the problem. But I am getting 49 test failures. I am attaching the
>>> fails.log but I do not think it lends much ideas. I tried running
>>> with --verbose but the output is the same.
>>>
>>> Getting the same failures over all three ra layers.
>>
>> No idea on this one I actually tried to replicate it several ways and
>> have not been able to.
>
> Paul has been trying to help me with this on IRC as well. Another
> problem I am having is that I cannot get the tests to output the DEBUG
> information so I can see the commands and output. No matter what I
> do, I only get the summary information.
>
> Python 2.6.6.

Paul found an old thread that said Python 2.6 logging did not work. I
installed 2.7, and I now get the logging output. I do not think it
will help though. Here is the output for one test:

START: svnsync_tests.py
I: CMD: svnadmin.exe create svn-test-work\local_tmp\repos
--bdb-txn-nosync --compatible-version=1.8 --fs-type=fsfs
I: <TIME = 0.050000>
I: CMD: svn.exe import -m "Log message for revision 1."
svn-test-work\local_tmp\greekfiles
file:///C:/SVN/subversion-1.8.0-rc1/Release/subversion/tests/cmdline/svn-test-work/local_tmp/repos
--config-dir C:\SVN\subversion-1.8.0-rc1\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config
--password rayjandom --no-auth-cache --username jrandom
I: <TIME = 0.328000>
I: Adding svn-test-work\local_tmp\greekfiles\A
I: Adding svn-test-work\local_tmp\greekfiles\A\B
I: Adding svn-test-work\local_tmp\greekfiles\A\B\E
I: Adding svn-test-work\local_tmp\greekfiles\A\B\E\alpha
I: Adding svn-test-work\local_tmp\greekfiles\A\B\E\beta
I: Adding svn-test-work\local_tmp\greekfiles\A\B\F
I: Adding svn-test-work\local_tmp\greekfiles\A\B\lambda
I: Adding svn-test-work\local_tmp\greekfiles\A\C
I: Adding svn-test-work\local_tmp\greekfiles\A\D
I: Adding svn-test-work\local_tmp\greekfiles\A\D\G
I: Adding svn-test-work\local_tmp\greekfiles\A\D\G\pi
I: Adding svn-test-work\local_tmp\greekfiles\A\D\G\rho
I: Adding svn-test-work\local_tmp\greekfiles\A\D\G\tau
I: Adding svn-test-work\local_tmp\greekfiles\A\D\H
I: Adding svn-test-work\local_tmp\greekfiles\A\D\H\chi
I: Adding svn-test-work\local_tmp\greekfiles\A\D\H\omega
I: Adding svn-test-work\local_tmp\greekfiles\A\D\H\psi
I: Adding svn-test-work\local_tmp\greekfiles\A\D\gamma
I: Adding svn-test-work\local_tmp\greekfiles\A\mu
I: Adding svn-test-work\local_tmp\greekfiles\iota
I:
I: Committed revision 1.
I: CMD: svnadmin.exe create svn-test-work\repositories\svnsync_tests-1
--bdb-txn-nosync --compatible-version=1.8 --fs-type=fsfs
I: <TIME = 0.049000>
I: CMD: svnadmin.exe load --force-uuid --quiet
svn-test-work\repositories\svnsync_tests-1
I: <TIME = 0.119000>
I: CMD: svnadmin.exe create
svn-test-work\repositories\svnsync_tests-1-1 --bdb-txn-nosync
--compatible-version=1.8 --fs-type=fsfs
I: <TIME = 0.049000>
I: CMD: svnlook.exe uuid svn-test-work\repositories\svnsync_tests-1
I: <TIME = 0.035000>
I: 6ad9f820-0205-0410-94a2-c8cf366bb2b3
I: CMD: svnadmin.exe setuuid
svn-test-work\repositories\svnsync_tests-1-1
6ad9f820-0205-0410-94a2-c8cf366bb2b3
I: <TIME = 0.039000>
I: CMD: svnsync.exe initialize
file:///C:/SVN/subversion-1.8.0-rc1/Release/subversion/tests/cmdline/svn-test-work/repositories/svnsync_tests-1-1
file:///C:/SVN/subversion-1.8.0-rc1/Release/subversion/tests/cmdline/svn-test-work/repositories/svnsync_tests-1
--username jrandom --password rayjandom --config-dir
C:\SVN\subversion-1.8.0-rc1\Release\subversion\tests\cmdline\svn-test-work\local_tmp\config
I: <TIME = 0.265000>
W: CWD: C:\SVN\subversion-1.8.0-rc1\Release\subversion\tests\cmdline
W: EXCEPTION: SVNUnexpectedStdout: []
Traceback (most recent call last):
  File "C:\SVN\subversion-1.8.0-rc1\subversion\tests\cmdline\svntest\main.py",
line 1550, in run
    rc = self.pred.run(sandbox)
  File "C:\SVN\subversion-1.8.0-rc1\subversion\tests\cmdline\svntest\testcase.py",
line 176, in run
    return self.func(sandbox)
  File "C:\SVN\subversion-1.8.0-rc1\subversion\tests\cmdline\svnsync_tests.py",
line 274, in copy_and_modify
    run_test(sbox, "copy-and-modify.dump")
  File "C:\SVN\subversion-1.8.0-rc1\subversion\tests\cmdline\svnsync_tests.py",
line 248, in run_test
    is_src_ra_local, is_dest_ra_local)
  File "C:\SVN\subversion-1.8.0-rc1\subversion\tests\cmdline\svnsync_tests.py",
line 203, in setup_and_sync
    run_init(dest_repo_url, repo_url, source_prop_encoding)
  File "C:\SVN\subversion-1.8.0-rc1\subversion\tests\cmdline\svnsync_tests.py",
line 140, in run_init
    raise SVNUnexpectedStdout(output)
SVNUnexpectedStdout: []
FAIL: svnsync_tests.py 1: copy and modify

--
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2013-05-10 20:51:46 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.