All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] xfstests,shared/032: fix fsck failure
@ 2014-10-10  0:13 Wang Shilong
  0 siblings, 0 replies; only message in thread
From: Wang Shilong @ 2014-10-10  0:13 UTC (permalink / raw)
  To: fstests

while running ./check tests/shared/032, it outputs something like:

FSTYP         -- btrfs
PLATFORM      -- Linux/x86_64 vm01 3.17.0-rc5+
MKFS_OPTIONS  -- /dev/sdc
MOUNT_OPTIONS -- /dev/sdc /mnt/scratch

shared/032 2s ... 2s
_check_btrfs_filesystem: filesystem on /dev/sdc is inconsistent (see /root/xfstests-dev/results//shared/032.full)
Ran: shared/032
Passed all 1 tests

This is because xfstests will run fsck after each unit test,
for tests/shared/032, we have reformated SCRATCH_DEV to other fs,
so to make fsck happy later, let's fomrat fs here.

Signed-off-by: Wang Shilong <wangshilong1991@gmail.com>
---
 v1->v2: use _require_scratch_nocheck helper to skip fsck.(pointed by Eryu Guan)
---
 tests/shared/032 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/shared/032 b/tests/shared/032
index 7835e30..a410003 100755
--- a/tests/shared/032
+++ b/tests/shared/032
@@ -40,7 +40,7 @@ rm -f $seqres.full
 _supported_fs xfs btrfs
 _supported_os Linux
 
-_require_scratch
+_require_scratch_nocheck
 _require_no_large_scratch_dev
 
 # mkfs.btrfs did not have overwrite detection at first
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-09 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-10  0:13 [PATCH v2] xfstests,shared/032: fix fsck failure Wang Shilong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.