aboutsummaryrefslogtreecommitdiff
path: root/tests/f_uninit_last_uninit
diff options
context:
space:
mode:
authorAndreas Dilger <adilger@whamcloud.com>2012-05-28 16:58:24 -0600
committerTheodore Ts'o <tytso@mit.edu>2012-05-29 08:41:26 -0400
commitf3331df6bb5d380efd72e07fc9b40c998b355412 (patch)
tree0749c4d2caf89f4eb5f1e0916d2eefea35302c64 /tests/f_uninit_last_uninit
parent182acd17bef0cf8dcb66568448a528abb1dfcd71 (diff)
downloade2fsprogs-f3331df6bb5d380efd72e07fc9b40c998b355412.tar.gz
tests: use make rules to run tests in parallel
Change the e2fsck/mke2fs/tune2fs/e2image/debugfs regression tests to be driven by Makefile rules instead of by a script loop. This allows the tests to be run in parallel like a build and reduces testing time significantly. One major change to the tests themselves is to printing the test name, description, and status together after the test has passed or failed, to avoid mixing lines from the tests. The other major change is to use unique temporary filenames for each test, which was mostly handled already via b4db1e4c7461a50e18c9fd135b9f1ba6f27e4390, but in some cases temporary files are changed to use $test_name.tmp to avoid any collision between running tests. On my old 2-CPU system it reduced the testing time from 160s to 40s. Much of the savings is from the MMP test delays running in parallel. It still takes the time of the slowest test, f_mmp_garbage, though there will be ongoing benefit in the future as more tests are added since the wallclock time will not increase linearly for each test. Tests were run with various combinations of "make -j", and "make -j2" through "make -j44" repeatedly without any test failures. Signed-off-by: Andreas Dilger <adilger@whamcloud.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tests/f_uninit_last_uninit')
-rw-r--r--tests/f_uninit_last_uninit/script3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/f_uninit_last_uninit/script b/tests/f_uninit_last_uninit/script
index 4fcab1b3..2fe4f3a0 100644
--- a/tests/f_uninit_last_uninit/script
+++ b/tests/f_uninit_last_uninit/script
@@ -22,6 +22,5 @@ export E2FSCK_TIME
unset E2FSCK_TIME
else #if test -x $DEBUGFS_EXE; then
- rm -f $test_name.ok $test_name.failed
- echo "skipped"
+ echo "$test_name: $test_description: skipped"
fi