linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [xfstests-bld PATCH] test-appliance: exclude two more quota tests from encrypt configs
@ 2020-10-09  6:19 Eric Biggers
  2020-10-12 15:57 ` Theodore Y. Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2020-10-09  6:19 UTC (permalink / raw)
  To: Theodore Y . Ts'o; +Cc: linux-ext4

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(-)

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.
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-12 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09  6:19 [xfstests-bld PATCH] test-appliance: exclude two more quota tests from encrypt configs Eric Biggers
2020-10-12 15:57 ` Theodore Y. Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).