[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: ready for 0.24.2

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-18 05:54:30 CEST

leif.eriksen@hpa.com.au writes:

> am I right in assuming that all these changes already have test cases
> written for them as well, and these tests will also be in 0.24.2 - to
> further extend the regression suite ?
>
> r6260: fix 'svn export' potential segfault (pool bug)

There's no way to write a regression test for this; the wrong pool
was being used to store data. So that means sometimes it worked,
sometimes it didn't. It's not reliably reproducible. It took 8 weeks
for someone to actually be burned by it. :-)

>
> r6263: fix diff test failures (ensure structure is zeroed)

These *are* regression tests that were failing.

>
> r6267: fix 'svnadmin dump' memory hog (add pool management to
> path_driver.c)

There's no way for our regression tests to measure memory usage (at
least not at the moment.) The reproduction recipe is: dump a large
repository, and watch the process in 'top'. Before, it took 100M.
Now it's down to 3.5M.

>
> r6268-9: fix new-dir-with-spaces bug: (fix URI escaping in mod_dav_svn)

This has a new regression test.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 18 05:56:11 2003

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.