I've had a regression test failure due to
W: ERROR: dump failed: ../src/subversion/libsvn_fs_fs/fs_fs.c:3218: (apr_err=16
0052)
W: CWD: /home/pm/sw/subversion/obj/subversion/tests/cmdline
W: EXCEPTION: SVNRepositoryCopyFailure
Traceback (most recent call last):
File "/home/pm/sw/subversion/src/subversion/tests/cmdline/svntest/main.py", li
ne 1402, in run
rc = self.pred.run(sandbox)
File "/home/pm/sw/subversion/src/subversion/tests/cmdline/svntest/testcase.py"
, line 176, in run
return self.func(sandbox)
File "/home/pm/sw/subversion/src/subversion/tests/cmdline/diff_tests.py", line
3760, in diff_git_with_props_on_dir
sbox.build()
File "/home/pm/sw/subversion/src/subversion/tests/cmdline/svntest/sandbox.py",
line 112, in build
svntest.actions.make_repo_and_wc(self, create_wc, read_only, minor_version)
File "/home/pm/sw/subversion/src/subversion/tests/cmdline/svntest/actions.py",
line 1850, in make_repo_and_wc
guarantee_greek_repository(sbox.repo_dir, minor_version)
File "/home/pm/sw/subversion/src/subversion/tests/cmdline/svntest/actions.py",
line 159, in guarantee_greek_repository
if main.copy_repos(main.pristine_greek_repos_dir, path, 1, 1, minor_version)
:
File "/home/pm/sw/subversion/src/subversion/tests/cmdline/svntest/main.py", line 959, in copy_repos
raise SVNRepositoryCopyFailure
SVNRepositoryCopyFailure
FAIL: diff_tests.py 58: diff in git format showing prop changes on dir
This happened with r1400747 on Linux when running the regression tests
over ra_svn in parallel mode. It doesn't seem to be reproducible.
I suppose SVN_ERR_FS_REPPROP_CACHE_INIT_FAILURE is a typo in the code
and it should be REVPROP not REPPROP.
--
Join us this October at Subversion Live 2012
http://www.wandisco.com/svn-live-2012
Received on 2012-10-22 18:05:13 CEST