From: Mark Tinguely <tinguely@sgi.com>
To: xfs@oss.sgi.com
Subject: [PATCH v3] xfstests: xfs directory unbalance assert test
Date: Thu, 26 Sep 2013 14:17:03 -0500 [thread overview]
Message-ID: <20130926191717.068593583@sgi.com> (raw)
[-- Attachment #1: v3-xfstests-fill-directory.patch --]
[-- Type: text/plain, Size: 3110 bytes --]
This tests make sure that XFS correctly handles node sibling
size checks. This test originally written by Brian Foster and
has be been condensed with suggestions from Micheal Semon.
Signed-off-by: Mark Tinguely <tinguely@sgi.com>
---
v3: puts back the _cleanup function
removes unnecessary groups.
tests/generic/319 | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++
tests/generic/319.out | 2 +
tests/generic/group | 1
3 files changed, 67 insertions(+)
Index: b/tests/generic/319
===================================================================
--- /dev/null
+++ b/tests/generic/319
@@ -0,0 +1,64 @@
+#! /bin/bash
+# FS QA Test No. 319
+#
+# Test directory code correctly handles fsstress filling the filesystem
+#
+#-----------------------------------------------------------------------
+# Copyright (c) 2013 SGI. All Rights Reserved.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it would be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write the Free Software Foundation,
+# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#-----------------------------------------------------------------------
+#
+
+seq=`basename $0`
+seqres=$RESULT_DIR/$seq
+echo "QA output created by $seq"
+
+here=`pwd`
+tmp=/tmp/$$
+status=1 # failure is the default!
+trap "_cleanup; exit \$status" 0 1 2 3 15
+
+_cleanup()
+{
+ cd /
+ killall -q $FSSTRESS_PROG
+ umount $SCRATCH_MNT 2>/dev/null
+ rm -f $tmp.*
+}
+
+# get standard environment, filters and checks
+. ./common/rc
+. ./common/filter
+_require_scratch
+
+# real QA test starts here
+
+_supported_fs generic
+_supported_os IRIX Linux
+
+rm -f $seqres.full
+_scratch_mkfs_sized $((11 * 1024 * 1024 * 1024)) >> $seqres.full 2>&1 \
+ || _fail "mkfs failed"
+run_check _scratch_mount >> $seqres.full
+
+# Fill the filesystem.
+FSSTRESS_ARGS="-z -s 1378390208 -fsymlink=1 -n7500000 -p4 -d $SCRATCH_MNT"
+$FSSTRESS_PROG $FSSTRESS_ARGS >> $seqres.full 2>&1
+
+# A debug XFS may assert in the remove due to a directory bug.
+rm -rf $SCRATCH_MNT/p?
+echo "--- silence is golden ---"
+status=0
+exit
Index: b/tests/generic/319.out
===================================================================
--- /dev/null
+++ b/tests/generic/319.out
@@ -0,0 +1,2 @@
+QA output created by 319
+--- silence is golden ---
Index: b/tests/generic/group
===================================================================
--- a/tests/generic/group
+++ b/tests/generic/group
@@ -121,3 +121,4 @@
316 auto quick
317 auto metadata quick
318 acl attr auto quick
+319 stress
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
reply other threads:[~2013-09-26 19:19 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=20130926191717.068593583@sgi.com \
--to=tinguely@sgi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox