diff mbox series

[-v3,5/7] ext4/055: skip test if dax mount option is used

Message ID 20220629124540.175775-6-tytso@mit.edu (mailing list archive)
State New, archived
Headers show
Series Miscellaneous ext4 test fix ups | expand

Commit Message

Theodore Ts'o June 29, 2022, 12:45 p.m. UTC
This test creates a 1k block file system with the quota feature
enabled.   As such, it is incompatible with DAX.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
---
 tests/ext4/055 | 1 +
 1 file changed, 1 insertion(+)

Comments

Zorro Lang June 29, 2022, 1:15 p.m. UTC | #1
On Wed, Jun 29, 2022 at 08:45:38AM -0400, Theodore Ts'o wrote:
> This test creates a 1k block file system with the quota feature
> enabled.   As such, it is incompatible with DAX.
> 
> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> ---

Good to me,
Reviewed-by: Zorro Lang <zlang@redhat.com>

>  tests/ext4/055 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/ext4/055 b/tests/ext4/055
> index 8f466f1b..aa15cfe9 100755
> --- a/tests/ext4/055
> +++ b/tests/ext4/055
> @@ -26,6 +26,7 @@ _require_command "$DEBUGFS_PROG" debugfs
>  echo "Silence is golden"
>  
>  # The 1K blocksize is designed for debugfs.
> +_exclude_scratch_mount_option dax
>  _scratch_mkfs "-F -O quota -b 1024" > $seqres.full 2>&1
>  
>  # Start from 0, fill block 1 with 6,replace the original 2.
> -- 
> 2.31.0
>
diff mbox series

Patch

diff --git a/tests/ext4/055 b/tests/ext4/055
index 8f466f1b..aa15cfe9 100755
--- a/tests/ext4/055
+++ b/tests/ext4/055
@@ -26,6 +26,7 @@  _require_command "$DEBUGFS_PROG" debugfs
 echo "Silence is golden"
 
 # The 1K blocksize is designed for debugfs.
+_exclude_scratch_mount_option dax
 _scratch_mkfs "-F -O quota -b 1024" > $seqres.full 2>&1
 
 # Start from 0, fill block 1 with 6,replace the original 2.