fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] generic: fix insert test group associations
@ 2020-07-17  8:22 Vladimir Zapolskiy
  0 siblings, 0 replies; only message in thread
From: Vladimir Zapolskiy @ 2020-07-17  8:22 UTC (permalink / raw)
  To: Eryu Guan; +Cc: fstests

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>
---
 tests/generic/group | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/generic/group b/tests/generic/group
index d9ab9a31f2ed..764eeafc0f42 100644
--- a/tests/generic/group
+++ b/tests/generic/group
@@ -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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-17  8:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17  8:22 [PATCH] generic: fix insert test group associations Vladimir Zapolskiy

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