* [PATCH] fstests: add missing _require_scratch
@ 2022-08-18 2:56 Wang Yugui
2022-08-19 10:36 ` Pavel Reichl
0 siblings, 1 reply; 2+ messages in thread
From: Wang Yugui @ 2022-08-18 2:56 UTC (permalink / raw)
To: fstests; +Cc: Wang Yugui
When $SCRATCH_DEV is not defined correctly, we need _require_scratch to skip
the tests that need $SCRATCH_DEV without an error.
so add missing _require_scratch.
Signed-off-by: Wang Yugui <wangyugui@e16-tech.com>
---
tests/btrfs/202 | 1 +
tests/btrfs/215 | 1 +
tests/btrfs/268 | 1 +
tests/btrfs/269 | 1 +
tests/btrfs/270 | 1 +
5 files changed, 5 insertions(+)
diff --git a/tests/btrfs/202 b/tests/btrfs/202
index c1fa3c3f..5f0429f1 100755
--- a/tests/btrfs/202
+++ b/tests/btrfs/202
@@ -11,6 +11,7 @@ _begin_fstest auto quick subvol snapshot
. ./common/filter
_supported_fs btrfs
+_require_scratch
_scratch_mkfs >> $seqres.full 2>&1
_scratch_mount
diff --git a/tests/btrfs/215 b/tests/btrfs/215
index 27649160..7df74892 100755
--- a/tests/btrfs/215
+++ b/tests/btrfs/215
@@ -25,6 +25,7 @@ get_physical()
# Modify as appropriate.
_supported_fs btrfs
+_require_scratch
# Overwriting data is forbidden on a zoned block device
_require_non_zoned_device $SCRATCH_DEV
diff --git a/tests/btrfs/268 b/tests/btrfs/268
index 5043bb02..9dc14a18 100755
--- a/tests/btrfs/268
+++ b/tests/btrfs/268
@@ -14,6 +14,7 @@ _begin_fstest auto quick read_repair
. ./common/filter
_supported_fs btrfs
+_require_scratch
_require_odirect
_require_non_zoned_device "${SCRATCH_DEV}" # no overwrites on zoned devices
_require_scratch_dev_pool 2
diff --git a/tests/btrfs/269 b/tests/btrfs/269
index 3c11da3f..ad8f7286 100755
--- a/tests/btrfs/269
+++ b/tests/btrfs/269
@@ -18,6 +18,7 @@ _begin_fstest auto quick read_repair
. ./common/filter
_supported_fs btrfs
+_require_scratch
_require_odirect
_require_non_zoned_device "${SCRATCH_DEV}" # no overwrites on zoned devices
_require_scratch_dev_pool 4
diff --git a/tests/btrfs/270 b/tests/btrfs/270
index 5b73fb15..221ef7d2 100755
--- a/tests/btrfs/270
+++ b/tests/btrfs/270
@@ -12,6 +12,7 @@ _begin_fstest auto quick read_repair compress
. ./common/filter
_supported_fs btrfs
+_require_scratch
_require_btrfs_command inspect-internal dump-tree
_require_non_zoned_device "${SCRATCH_DEV}" # no overwrites on zoned devices
_require_scratch_dev_pool 2
--
2.36.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-19 10:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-18 2:56 [PATCH] fstests: add missing _require_scratch Wang Yugui
2022-08-19 10:36 ` Pavel Reichl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox