Module Name:src
Committed By: martin
Date: Sun Mar 15 11:17:59 UTC 2020
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Skip tests where the old or the new image size seem to not fit into
the working directory.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: martin
Date: Thu Mar 12 18:08:54 UTC 2020
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/sbin/resize_ffs/common.sh
Please note that diffs ar
Module Name:src
Committed By: kre
Date: Sun Oct 8 21:12:28 UTC 2017
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Make most of the resize_ffs tests skip if PUFFS is not configured
in the kernel. (nb: for this purpose, a module that is configured
to a
Module Name:src
Committed By: njoly
Date: Tue May 17 22:01:41 UTC 2011
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Add require root user to test_case_xfail. Avoids reporting expected
failure for the wrong reason with unprivileged runs (puffs access
de
Module Name:src
Committed By: riz
Date: Fri Mar 4 17:56:53 UTC 2011
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Back out previous; it's causing intermittent problems which I don't
fully understand yet.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: riz
Date: Thu Mar 3 16:25:16 UTC 2011
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Switch from using "rump_ffs" to mount the file system image to
using a rump_server to mount it in a rump kernel, and librumphijack.so
to e
Module Name:src
Committed By: riz
Date: Tue Jan 11 00:50:02 UTC 2011
Modified Files:
src/tests/sbin/resize_ffs: t_grow.sh t_grow_swapped.sh
Log Message:
Copy a little less data in the ufs2, 4096-byte block test cases.
The file system was filling up instead of *almost* fill
Module Name:src
Committed By: riz
Date: Wed Jan 5 18:13:54 UTC 2011
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Replace uses of 'jot' with 'seq'. This is primarily to work around
a qemu-running-on-netbsd problem with FP which causes 'jot' to output
Module Name:src
Committed By: riz
Date: Wed Jan 5 18:05:32 UTC 2011
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Restore data integrity verification in the grow case which was
inadvertantly removed when refactoring occurred in a prior
revision.
To g
Module Name:src
Committed By: riz
Date: Wed Jan 5 03:04:13 UTC 2011
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
All of the generated tests require root, for rump_ffs. Spotted by
nj...@.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 s
Module Name:src
Committed By: riz
Date: Thu Dec 16 17:50:13 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: t_grow.sh t_shrink.sh
Log Message:
Reduce the number of tests run automatically, as they apparently go
quite slowly when run under qemu.
Also, change the switch
Module Name:src
Committed By: riz
Date: Thu Dec 16 17:16:07 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: common.sh t_grow.sh t_shrink.sh
Log Message:
Factor out more common code. No functional changes intended.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: riz
Date: Sun Dec 12 22:50:42 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: t_grow.sh t_shrink.sh
Log Message:
PR bin/44209 is now fixed, expect failure -> expect success.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src
Module Name:src
Committed By: pooka
Date: Sat Dec 11 11:36:48 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Reset error from umount. This squelches atf "cleanup should not
fail" warning if a test fails when the fs is not mounted.
To generate
Module Name:src
Committed By: pooka
Date: Sat Dec 11 11:31:28 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: common.sh t_grow.sh t_shrink.sh
Log Message:
Can't use dynamic data in cleanup (it's run in a different process),
so get rid of $MNTPT and use the constant val
Module Name:src
Committed By: riz
Date: Thu Dec 9 17:28:06 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: t_grow.sh t_shrink.sh
Log Message:
Wrap the bigger tests in RESIZE_FFS_BIG_TESTS, as the automated test
run seems to choke over a certain size. (This will speed
Module Name:src
Committed By: riz
Date: Thu Dec 9 16:59:35 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: common.sh
Log Message:
Remove accidentally-committed debug-assist code.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/sbin/resize_ffs/c
Module Name:src
Committed By: riz
Date: Thu Dec 9 05:19:02 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: Makefile
Added Files:
src/tests/sbin/resize_ffs: common.sh t_grow.sh t_shrink.sh testdata.md5
testdata.tar.gz.base64
Removed Files:
sr
Module Name:src
Committed By: riz
Date: Fri Dec 3 05:23:46 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: t_resize_ffs.sh
Log Message:
Cause the tests to use plain files instead of vnd; for the kinds of
tests being done, vnd isn't needed and adds a potential resource
Module Name:src
Committed By: riz
Date: Fri Dec 3 04:10:36 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: t_resize_ffs.sh
Log Message:
Correct two function names:
grow_ffsv1_64k() -> grow_ffsv1_64k_head()
shrink_ffsv1_64k() -> shrink_ffsv1_64k_head()
To gener
Module Name:src
Committed By: riz
Date: Thu Dec 2 22:03:23 UTC 2010
Modified Files:
src/tests/sbin/resize_ffs: t_resize_ffs.sh
Log Message:
Update existing test cases and add a couple more:
- PR bin/44177 is fixed
- test grow/shrink on a ffsv1 with 64k blocksize, which w
21 matches
Mail list logo