]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fstests: add smoketest group
authorZorro Lang <zlang@kernel.org>
Thu, 27 Jul 2023 18:53:14 +0000 (02:53 +0800)
committerZorro Lang <zlang@kernel.org>
Fri, 4 Aug 2023 16:12:51 +0000 (00:12 +0800)
commit3f86deef7cbd1cf9e4fe6cafc9fb535d038ce010
tree84014bcc5b1918559381cbbd4441db48ef1316e0
parent03d27d8025697c987896d91ec0af8a41a5986412
fstests: add smoketest group

Darrick suggests that fstests can provide a simple smoketest, by
running several generic filesystem smoke testing for five minutes
apiece (SOAK_DURATION="5m"). Since there are only five smoke tests,
this is effectively a 20min super-quick test.

With gcov enabled, running these tests yields about ~75% coverage for
iomap and ~60% for xfs; or ~50% for ext4 and ~75% for ext4; and ~45%
for btrfs.  Coverage was about ~65% for the pagecache.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
doc/group-names.txt
tests/generic/475
tests/generic/476
tests/generic/521
tests/generic/522
tests/generic/642