Re: locks-test fail when building subversion-1.10.0 from sources under Linux (Ubuntu 16)
From: Philip Martin <philip_at_codematters.co.uk>
Date: Tue, 01 May 2018 12:20:53 +0100
Juan Gabriel Covas <jgcovas_at_softline.es> writes:
> svn_tests: E200006: Expected error but got SVN_NO_ERROR
That's odd. You can run just that one test:
cd subversion/tests/libsvn_fs
Does it always fail? What sort of filesystem are you using? Is it a
If you have strace installed you can run:
libtool --mode=execute strace ./locks-test 14 2>&1 | grep failure/write-lock
For a successful test the output should end:
chmod("test-obtain-write-lock-failure/write-lock", 0444) = 0
When the test is working it makes the "write-lock" file readonly (the
-- PhilipReceived on 2018-05-01 13:21:06 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.