mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: fix insert test group associations
The change makes one-in-one correspondence between generic tests in 'insert' test group and tests with $(_require_xfs_io_command "finsert") runtime check: * generic/348 -- insert group association is removed, * generic/458 -- insert group association is added. The intention of the change is to get better summarized association between tests and test groups to be able to operate with test groups in a better way. Signed-off-by: Vladimir Zapolskiy <vladimir@tuxera.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
c67ea23474
commit
8d31f184d6
+2
-2
@@ -350,7 +350,7 @@
|
||||
345 auto
|
||||
346 auto quick rw
|
||||
347 auto quick rw thin
|
||||
348 auto quick metadata insert
|
||||
348 auto quick metadata
|
||||
349 blockdev rw zero
|
||||
350 blockdev rw punch
|
||||
351 blockdev rw punch collapse insert zero
|
||||
@@ -460,7 +460,7 @@
|
||||
455 auto log replay
|
||||
456 auto quick metadata collapse zero prealloc
|
||||
457 auto log replay clone
|
||||
458 auto quick clone collapse zero
|
||||
458 auto quick clone collapse insert zero
|
||||
459 auto freeze thin
|
||||
460 auto quick rw
|
||||
461 auto shutdown stress
|
||||
|
||||
Reference in New Issue
Block a user