diff mbox series

[RFC,1/1] ext4/054: Remove auto and quick group

Message ID 1e04c57094d871869997220fc5539dfe2ffa1884.1643089143.git.riteshh@linux.ibm.com
State Not Applicable
Headers show
Series ext4/054: Should we remove auto and quick group? | expand

Commit Message

Ritesh Harjani Jan. 25, 2022, 6:02 a.m. UTC
It seems this test creates a crafted corrupted image by modifying ext4
extent block structure of an inode to test some ext4 extent consistency
fixes done at [1].
This IMO, should not be in auto and quick group, since it could cause BUG_ON()
and happens only with some crafted corrupted image (or with fault injection
testing with errors=continue mount option).

[1]: https://lore.kernel.org/all/20210908120850.4012324-1-yi.zhang@huawei.com/
Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
---
 tests/ext4/054 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.31.1
diff mbox series

Patch

diff --git a/tests/ext4/054 b/tests/ext4/054
index 9a11719f..21fa4e0a 100755
--- a/tests/ext4/054
+++ b/tests/ext4/054
@@ -12,7 +12,7 @@ 
 #    ext4_valid_extent_entries())

 . ./common/preamble
-_begin_fstest auto quick dangerous_fuzzers
+_begin_fstest dangerous_fuzzers

 # Import common functions
 . ./common/filter