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

Test Failure (update_tests) over ra_dav on Mac OS X

From: Christian Schaffner <chris01_at_users.sourceforge.net>
Date: 2004-07-19 16:21:33 CEST

Hi

Trying to update the fink package to 1.1.0-rc1 the update_tests fail on
my Mac OS X 10.3.4 system using

libtool 1.5.6
autoconf 2.59
automake 1.8.5
Python 2.3.4

with:

Running all tests in update_tests.py...FAILURE

when i use 'make check BASE_URL=http://localhost'. All other tests
pass. Also, over ra_local and ra_svn all tests pass.

The server is running 1.0.5. Could that be a problem?

The 'tests.log' file shows:

...
CMD: svnadmin "create" "repositories/update_tests-15"
"--bdb-txn-nosync" "--fs-type=bdb" <TIME = 0.366287>
CMD: svnadmin dump "local_tmp/repos" | svnadmin load
"repositories/update_tests-15" <TIME = 0.010682>
CMD: svn "co" "--username" "jrandom" "--password" "rayjandom"
"http://localhost/repositories/update_tests-15"
"working_copies/update_tests-15" "--config-dir"
"/sw/src/svn-ssl-1.1.0-rc1-11/subversion-1.1.0-rc1/subversion/tests/
clients/cmdline/local_tmp/config" <TIME = 1.334453>
CMD: svn "rm" "working_copies/update_tests-15/A/D/gamma" "--config-dir"
"/sw/src/svn-ssl-1.1.0-rc1-11/subversion-1.1.0-rc1/subversion/tests/
clients/cmdline/local_tmp/config" <TIME = 0.559512>
CMD: svn "ci" "-m" "log msg" "working_copies/update_tests-15"
"--config-dir"
"/sw/src/svn-ssl-1.1.0-rc1-11/subversion-1.1.0-rc1/subversion/tests/
clients/cmdline/local_tmp/config" <TIME = 1.418713>
CMD: svn "status" "-v" "-u" "-q" "working_copies/update_tests-15"
"--config-dir"
"/sw/src/svn-ssl-1.1.0-rc1-11/subversion-1.1.0-rc1/subversion/tests/
clients/cmdline/local_tmp/config" <TIME = 0.602782>
CMD: svn "rm" "-m" "log msg"
"http://localhost/repositories/update_tests-15/A/D/G" "--config-dir"
"/sw/src/svn-ssl-1.1.0-rc1-11/subversion-1.1.0-rc1/subversion/tests/
clients/cmdline/local_tmp/config" <TIME = 0.604517>
CMD: svn "up" "working_copies/update_tests-15/A/D/G" "--config-dir"
"/sw/src/svn-ssl-1.1.0-rc1-11/subversion-1.1.0-rc1/subversion/tests/
clients/cmdline/local_tmp/config" <TIME = 0.765966>
EXPECTED STDOUT:
D working_copies/update_tests-15/A/D/G
Updated to revision 3.
ACTUAL STDOUT:
D working_copies/update_tests-15/A/D/G
Update complete.
EXCEPTION: SVNLineUnequal
FAIL: update_tests.py 15: another "hudson" problem: updates that delete
...

What could that be? I am building svn with:

./autogen.sh
...
./configure --prefix=/sw --libexecdir='${prefix}/lib/svn'
--mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
--with-neon=/sw --with-apr=/sw --with-apr-util=/sw --enable-shared
--with-apxs=/sw/sbin/apxs --without-apache --disable-mod-activation
--with-jdk=/System/Library/Frameworks/JavaVM.framework/Versions/
CurrentJDK/Home --with-junit=/sw/share/java/junit/junit.jar
--enable-javahl --enable-swig-bindings=java,perl,python --with-swig=/sw
--with-python=/sw/bin/python2.3 --with-perl=perl5.8.1
PYTHON2=/sw/bin/python2.3 PERL=perl5.8.1
...
make
...
make check
...
subversion/svnserve/svnserve -d -r
`pwd`/subversion/tests/clients/cmdline
make check BASE_URL=svn://localhost
killall -v -u root svnserve

make check BASE_URL=http://localhost

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 19 16:21:56 2004

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.