Re: test suite failures with 1.4.0
From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2006-09-10 11:32:23 CEST
I've checked the logs for error messages in the failed tests:
Peter Samuelson wrote:
--- svn_tests: Berkeley DB error for filesystem 'test-repo-open-berkeley' while opening environment: svn_tests: Invalid argument svn_tests: bdb: DB_REGISTER limits each process to a single open DB_ENV handle --- Hm, I found a reference to this error message in this mail thread: http://svn.haxx.se/dev/archive-2006-03/0114.shtml Which talks about svn 1.3 not supporting BDB 4.4. You're not using old code or something? As far as I see in CHANGES DBD 4.4 is supported in svn 1.4. > FAIL: switch_tests.py 17: refresh the WC file system read-only attribute --- EXCEPTION: Failure: 'svn-test-work/working_copies/switch_tests-17/A/mu' expected to be read-only after having had its svn:needs-lock property set --- The test uses 'os.access(mu_path, os.W_OK)' to see if it can write that file, which it shouldn't be able to. This code is unchanged since svn 1.3. I've only seen this fail when running the tests as root. Lieven. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Sep 10 11:34:28 2006 |
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.