All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@redhat.com>
To: xfs-oss <xfs@oss.sgi.com>
Subject: [PATCH] xfstests: add freeze and dangerous groups
Date: Fri, 02 Mar 2012 10:56:17 -0600	[thread overview]
Message-ID: <4F50FBB1.1090107@redhat.com> (raw)

Add 2 new test groups:

freeze: tests which test filesystem freeze
dangerous: tests which may hang or oops

The 2nd may be useful for automated testing to do i.e.

./check -g auto -x dangerous
./check -g auto,dangerous

to try to get fuller coverage before running into tests
which may panic or hang the box and stop the test cycle.

I doubt I have all the potential dangerous tests, but
they can be added later when found.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/group b/group
index 01f406d..90b7a84 100644
--- a/group
+++ b/group
@@ -1,4 +1,3 @@
-#
 # QA groups control file
 # Defines test groups and nominal group owners
 # - do not start group names with a digit
@@ -104,6 +103,12 @@ atime
 # Test preallocation calls
 prealloc
 
+# Test filesystem freeze
+freeze
+
+# Tests which may oops or hang
+dangerous
+
 # Old tests that we won't spend any effort trying to run and make work
 # on current systems
 deprecated
@@ -178,7 +183,7 @@ deprecated
 065 dump auto
 066 dump ioctl auto quick
 067 acl attr auto quick
-068 other auto
+068 other auto freeze dangerous
 069 rw udf auto quick
 070 attr udf auto quick
 071 rw
@@ -229,7 +234,7 @@ deprecated
 116 quota auto quick
 117 attr auto quick
 118 quota auto quick
-119 log v2log auto
+119 log v2log auto freeze dangerous
 120 other auto quick
 121 log auto quick
 122 other auto quick
@@ -393,4 +398,4 @@ deprecated
 277 auto ioctl quick metadata
 278 repair auto
 279 auto mkfs
-280 auto quota
+280 auto quota freeze dangerous

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

             reply	other threads:[~2012-03-02 16:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02 16:56 Eric Sandeen [this message]
2012-03-05  3:08 ` [PATCH] xfstests: add freeze and dangerous groups Dave Chinner
2012-03-05  4:11   ` Eric Sandeen
2012-03-31 20:13 ` [PATCH] " Christoph Hellwig

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=4F50FBB1.1090107@redhat.com \
    --to=sandeen@redhat.com \
    --cc=xfs@oss.sgi.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.