You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2005/08/02 02:12:17 UTC

fs-test failures today

/home/julianfoad/src/subversion/subversion/libsvn_fs_fs/err.c:101: (apr_err=160014)
svn_tests: Reference to non-existent node '_0.0.t0-1' in filesystem 
'test-repo-del-tree'
FAIL:  lt-fs-test 13: delete nodes tree

/home/julianfoad/src/subversion/subversion/tests/libsvn_fs/fs-test.c:71: 
(apr_err=160024)
svn_tests: commit conflicted at '/A/D/H', but no conflict expected
FAIL:  lt-fs-test 17: merging commit

This is at r15542.  The failures result from the reorganisation of FS tests 
earlier today in r15533 and r15534, as verified by reverting those two 
revisions in my WC, after which the tests pass.

This is on SuSE Linux after rebuilding with a script that does:

$ ./autogen.sh
$ cd ~/build/subversion/
$ EXTRA_WARN="-Wundef -Wendif-labels -Wcast-qual -Wstrict-prototypes 
-Wmissing-prototypes -Wredundant-decls -Wnested-externs"
$ CFLAGS="-Wall $EXTRA_WARN" ~/src/subversion/configure 
--with-apxs=/usr/sbin/apxs2 --enable-maintainer-mode --disable-mod-activation
$ make

gcc 3.3.3.  More details on request.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org