NetBSD/tests/fs/vfs
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
..
Makefile Hook ZFS tests to MKZFS instead of a homegrown variable. 2012-08-31 14:46:53 +00:00
t_full.c Mark a bunch of routinely-broken ZFS tests as expected failures. Point 2013-03-16 05:45:37 +00:00
t_io.c Remove unneeded atf_tc_expect_pass calls. 2012-03-20 18:20:49 +00:00
t_renamerace.c Fix the t_renamerace:lfs_renamerace_dirs test on fast machines. 2013-03-17 02:48:31 +00:00
t_rmdirrace.c Pass t_renamerace and t_rmdirrace tests. 2012-02-16 02:47:54 +00:00
t_ro.c add some tests 2011-02-22 21:23:19 +00:00
t_union.c Change union rmdir semantics to fail directory removal for 2011-08-07 06:01:51 +00:00
t_unpriv.c Mark a bunch of routinely-broken ZFS tests as expected failures. Point 2013-03-16 05:45:37 +00:00
t_vfsops.c Msdosfs on-disk meta data is not sufficient to create or validate file handles. 2011-04-04 19:16:58 +00:00
t_vnops.c Mark a bunch of routinely-broken ZFS tests as expected failures. Point 2013-03-16 05:45:37 +00:00