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

Re: svn commit: r14778 - trunk/tools/test-scripts/svntest

From: <kfogel_at_collab.net>
Date: 2005-05-20 16:19:01 CEST

lundblad@tigris.org writes:
> Log:
> * tools/test-scripts/svntest/README
> (mod_dav_svn_shared.conf): Added authentication parameters for
> lock tests over ra_dav
> (ramdisk): Changed the ramdisk requirement to 700 MB because
> tests failing due to lack of disk space
>
> Patch by Madan US <madan@collab.net>.
>
> --- trunk/tools/test-scripts/svntest/README (original)
> +++ trunk/tools/test-scripts/svntest/README Thu May 19 07:50:15 2005
> @@ -117,8 +125,8 @@
>
> 6) If you like run test against ramdisk (subversion test data will be held on ramdisk)
> then you should have something like that in your /etc/fstab (in Linux system):
> - tmpfs /home/brane/svn/obj-sh/subversion/tests tmpfs defaults,user,noauto,exec,size=600m
> - tmpfs /home/brane/svn/obj-st/subversion/tests tmpfs defaults,user,noauto,exec,size=600m
> + tmpfs /home/brane/svn/obj-sh/subversion/tests tmpfs defaults,user,noauto,exec,size=700m
> + tmpfs /home/brane/svn/obj-st/subversion/tests tmpfs defaults,user,noauto,exec,size=700m
>
> The minimum required size for ramdisk is appr. 570 MB at the moment.
> You should also set RAMDISK=yes, and check mount_ramdisk and umount_ramdisk

There are contradictory recommendations for ramdisk size here. The
examples say 700 MB, but the prose below them (fortunately within the
context of this diff) says 570 MB.

So, I would normally just change the 570 to 700 without asking. But
as it happens, I would like to start using a ramdisk myself, and am
wondering why it has to be 700 MB. I mean, I don't even have that
much RAM total! Should we make a way to run the tests in a
low-disk-usage mode, for example, automatically removing each test
subdir after we're done with it? This wouldn't be the default, but it
could be useful for people who want to run in a ramdisk.

Thoughts?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 20 17:07:36 2005

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.