On Thu, Mar 3, 2011 at 2:48 PM, Philip Martin <philip.mar...@wandisco.com> wrote: > John Beranek <j...@redux.org.uk> writes: > >> On 03/03/2011 20:01, Philip Martin wrote: >>> John Beranek <j...@redux.org.uk> writes: >>> >>>> On 03/03/2011 18:30, Philip Martin wrote: >>>>> John Beranek <j...@redux.org.uk> writes: >>>>> >>>>>> >>>>>> Am I doing something stupid, or is there some breakage on the trunk? >>>>> >>> >>> That looks like a problem with your build, tests.log might help but you >>> probably need to build with debug info and debug one of the failing >>> tests with gdb. >> >> Surprise surprise - the same assertion I get in svnserve/mod_dav_svn: >> >> START: client-test >> lt-client-test: subversion/libsvn_subr/svn_temp_serializer.c:282: >> svn_temp_deserializer__resolve: Assertion `*ptr > buffer' failed. > > Do you build with BDB support? If so are the 'make bdbcheck' results > better? There may still be FSFS failures as some tests will not use > BDB, but if there are fewer it could point to a FSFS problem.
Random observation from the sideline: It appears that the failure is happening in the code which Stefan^2 recently merged. As this code is relatively new, it may not have been very well exercised on the branch or on trunk. We shouldn't discount this being a real bug on trunk. -Hyrum