From: Allison Henderson <achender@linux.vnet.ibm.com>
To: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org,
xfs@oss.sgi.com
Cc: Allison Henderson <achender@linux.vnet.ibm.com>
Subject: [PATCH 0/4 v3] XFS TESTS: Fix 252 failure
Date: Wed, 29 Jun 2011 22:23:57 -0700 [thread overview]
Message-ID: <1309411441-2491-1-git-send-email-achender@linux.vnet.ibm.com> (raw)
This patch corrects a 252 test failure when run on ext4. This failure
occures because ext4 and xfs do not handle splitting extents in the same way,
and do not create the same fiemap outout.
To correct this, this patch set will make test 252 an xfs only test, and a new
test 255 will be added. The new test is similar to 252, but uses a weaker fiemap filter
that only shows the location of the hole, and not the extent type. An
md5 check sum has also been added to the tests to help ensure the contents are
correct.
Also, another patch was submitted that modifies the same code in 242.out.
Assuming that patch will go through, this set was modified to be applied on
top of Christoph's "[PATCH] xfstests: update test 042 golden output" (06/20/2011).
I noticed there are some other patches that are trying to add a test 255, so we
may need another version of this set depending on which ones go in first.
Allison Henderson (4):
XFS TESTS: Fix 252 Failure: Make 252 xfs only with MD5 checksum
XFS TESTS: Fix 252 Failure: Update 252 Golden Output
XFS TESTS: Fix 252 Failure: Update 242 Golden Output
XFS TESTS: Fix 252 Failure: Add Generic FS Punch Hole Test 255
242.out | 17 +++
252 | 2 +-
252.out | 68 +++++++++++++
255 | 67 +++++++++++++
255.out | 307 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common.punch | 40 ++++++++
group | 1 +
7 files changed, 501 insertions(+), 1 deletions(-)
create mode 100644 255
create mode 100644 255.out
next reply other threads:[~2011-06-30 5:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-30 5:23 Allison Henderson [this message]
2011-06-30 5:23 ` [PATCH 1/4 v3] XFS TESTS: Fix 252 Failure: Make 252 xfs only with MD5 checksum Allison Henderson
2011-06-30 5:23 ` [PATCH 2/4 v3] XFS TESTS: Fix 252 Failure: Update 252 Golden Output Allison Henderson
2011-06-30 5:24 ` [PATCH 3/4 v3] XFS TESTS: Fix 252 Failure: Update 242 " Allison Henderson
2011-06-30 5:24 ` [PATCH 4/4 v3] XFS TESTS: Fix 252 Failure: Add Generic FS Punch Hole Test 255 Allison Henderson
2011-07-13 16:31 ` Alex Elder
2011-07-13 22:37 ` Allison Henderson
2011-07-14 14:37 ` Alex Elder
2011-07-13 12:38 ` [PATCH 0/4 v3] XFS TESTS: Fix 252 failure Christoph Hellwig
2011-07-13 22:25 ` Allison Henderson
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=1309411441-2491-1-git-send-email-achender@linux.vnet.ibm.com \
--to=achender@linux.vnet.ibm.com \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).