generic tests 039, 059 and 325 need _require_metadata_journaling too, they use dm_flakey to trigger log replay. I've seen 039 and 059 failed post-test fsck on ext2, 325 could possibly fail too. Signed-off-by: Eryu Guan <eguan@xxxxxxxxxx> --- tests/generic/039 | 1 + tests/generic/059 | 1 + tests/generic/325 | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/generic/039 b/tests/generic/039 index 4997aac..4bbfc50 100755 --- a/tests/generic/039 +++ b/tests/generic/039 @@ -57,6 +57,7 @@ _supported_os Linux _need_to_be_root _require_scratch _require_dm_flakey +_require_metadata_journaling $SCRATCH_DEV rm -f $seqres.full diff --git a/tests/generic/059 b/tests/generic/059 index 375b9a9..13dfb09 100755 --- a/tests/generic/059 +++ b/tests/generic/059 @@ -60,6 +60,7 @@ _supported_os Linux _need_to_be_root _require_scratch _require_dm_flakey +_require_metadata_journaling $SCRATCH_DEV _require_xfs_io_command "fpunch" rm -f $seqres.full diff --git a/tests/generic/325 b/tests/generic/325 index e62ac95..965a47c 100755 --- a/tests/generic/325 +++ b/tests/generic/325 @@ -55,6 +55,7 @@ _supported_os Linux _need_to_be_root _require_scratch _require_dm_flakey +_require_metadata_journaling $SCRATCH_DEV rm -f $seqres.full -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html