fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vladimir Zapolskiy <vladimir@tuxera.com>
To: Eryu Guan <guaneryu@gmail.com>
Cc: <fstests@vger.kernel.org>
Subject: [PATCH] generic: fix insert test group associations
Date: Fri, 17 Jul 2020 11:22:07 +0300	[thread overview]
Message-ID: <20200717082207.21088-1-vladimir@tuxera.com> (raw)

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


                 reply	other threads:[~2020-07-17  8:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200717082207.21088-1-vladimir@tuxera.com \
    --to=vladimir@tuxera.com \
    --cc=fstests@vger.kernel.org \
    --cc=guaneryu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).