NetBSD/tests/fs
jmmv 2f611e9f98 Fix the t_renamerace:lfs_renamerace_dirs test on fast machines.
This test was failing on my machine when run natively but not causing any
problems when run within qemu, and the failure was "mkdir: No space left
on device".

My understanding of the issue is that this test overflowed the temporary
disk image due to its high rate of file churn and the lfs_cleanerd not
being able to keep up.  Note that this test is capped by time, not number
of operations, so this is why the problem does not show up in a slow
emulated system.

To fix this, just bump the test file system image limit a little bit.
(I tried increasing the frequency at which lfs_cleanerd does its thing,
but it wasn't enough.)
2013-03-17 02:48:31 +00:00
..
common Mark the zfs tests as requiring root. 2013-03-16 05:24:59 +00:00
ffs Test taking a snapshot from a stressed file system. 2013-02-06 09:05:01 +00:00
fifofs correct install dir 2011-12-21 01:56:16 +00:00
hfs
kernfs
lfs
msdosfs Test taking a snapshot from a stressed file system. 2013-02-06 09:05:01 +00:00
nfs Mystery solved: The build worked for me because the my src tree is in /usr/src. 2013-03-06 13:36:50 +00:00
nullfs
psshfs Use /bin/sh for a temporary script instead of querying the name of the 2013-03-16 07:54:04 +00:00
ptyfs
puffs add missing includes 2012-11-04 23:37:02 +00:00
tmpfs Simplify test_mount and log errors. 2013-03-17 01:16:45 +00:00
umapfs
union
vfs Fix the t_renamerace:lfs_renamerace_dirs test on fast machines. 2013-03-17 02:48:31 +00:00
zfs
Makefile Add a test for the latest fifofs fix. 2011-12-21 00:17:06 +00:00
Makefile.inc
h_funcs.subr