diff mbox series

[xfstests-bld] test-appliance: exclude two more quota tests from encrypt configs

Message ID 20201009061908.393826-1-ebiggers@kernel.org
State Accepted
Headers show
Series [xfstests-bld] test-appliance: exclude two more quota tests from encrypt configs | expand

Commit Message

Eric Biggers Oct. 9, 2020, 6:19 a.m. UTC
From: Eric Biggers <ebiggers@google.com>

Exclude two recently added quota tests, and improve the comment.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 .../test-appliance/files/root/fs/ext4/cfg/encrypt.exclude   | 6 +++++-
 .../files/root/fs/ext4/cfg/encrypt_1k.exclude               | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

Comments

Theodore Ts'o Oct. 12, 2020, 3:57 p.m. UTC | #1
On Thu, Oct 08, 2020 at 11:19:08PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> Exclude two recently added quota tests, and improve the comment.
> 
> Signed-off-by: Eric Biggers <ebiggers@google.com>

Thanks, applied.

					- Ted
diff mbox series

Patch

diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude
index 07111c2..b7f6ea3 100644
--- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude
+++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt.exclude
@@ -12,7 +12,9 @@  ext4/028
 # file systems with encryption enabled can't be mounted with ext3
 ext4/044
 
-# encryption doesn't play well with quota
+# These tests use the old-style quota support where the quota files are user
+# files instead of hidden inodes.  This isn't compatible with
+# test_dummy_encryption, as it causes the quota files to be encrypted.
 generic/082
 generic/219
 generic/230
@@ -25,6 +27,8 @@  generic/381
 generic/382
 generic/566
 generic/587
+generic/600
+generic/601
 
 # encryption doesn't play well with casefold (at least not yet)
 generic/556
diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude
index 1f5a7e5..bf5df66 100644
--- a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude
+++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/encrypt_1k.exclude
@@ -21,6 +21,8 @@  generic/270
 generic/382
 generic/204
 generic/587
+generic/600
+generic/601
 
 # These tests are also excluded in 1k.exclude.
 # See there for the reasons.