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/038: assign the test to trim group of tests
Date: Wed, 15 Jul 2020 16:08:38 +0300	[thread overview]
Message-ID: <20200715130838.22263-1-vladimir@tuxera.com> (raw)

The test runs fstrim utility to stress a filesystem, however it implies
that the filesystem supports ioctl(FITRIM), this is checked in runtime by
_require_batched_discard() in the test itself, however the assignment of
the test to trim group is missing.

The intention of the change is to get better association between tests
and test groups.

Signed-off-by: Vladimir Zapolskiy <vladimir@tuxera.com>
---
Please note that this change may show a trivial merge conflict with by
previously sent patch "generic: assign a number of tests to attr group".

 tests/generic/group | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/generic/group b/tests/generic/group
index d9ab9a31f2ed..c2e7d063fa85 100644
--- a/tests/generic/group
+++ b/tests/generic/group
@@ -40,7 +40,7 @@
 035 auto quick
 036 auto aio rw stress
 037 metadata auto quick
-038 auto stress
+038 auto stress trim
 039 metadata auto quick log
 040 metadata auto quick log
 041 metadata auto quick log
-- 
2.25.1


                 reply	other threads:[~2020-07-15 13:08 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=20200715130838.22263-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).