From: David Chinner <dgc@sgi.com>
To: David Chinner <dgc@sgi.com>
Cc: xfs-dev <xfs-dev@sgi.com>, xfs-oss <xfs@oss.sgi.com>
Subject: Re: [patch] xfsqa - 008 is unreliable on 64k page size
Date: Mon, 28 Apr 2008 14:00:37 +1000 [thread overview]
Message-ID: <20080428040037.GF103491721@sgi.com> (raw)
In-Reply-To: <20080410044259.GI108924158@sgi.com>
ping again?
On Thu, Apr 10, 2008 at 02:42:59PM +1000, David Chinner wrote:
> Ping?
>
> On Tue, Apr 08, 2008 at 11:38:33AM +1000, David Chinner wrote:
> > Test 008 is unreliable on 64k page size. The I/O size is large
> > enough that the probability of extent merging results in intermittent
> > failures due to fewer extents that the +/- 10% tolerance allows.
> >
> > Fix by making the files larger.
> >
> > Signed-off-by: Dave Chinner <dgc@sgi.com>
> > ---
> > xfstests/008 | 10 +++++-----
> > xfstests/008.out | 10 +++++-----
> > 2 files changed, 10 insertions(+), 10 deletions(-)
> >
> > Index: xfs-cmds/xfstests/008
> > ===================================================================
> > --- xfs-cmds.orig/xfstests/008 2006-11-14 19:57:39.000000000 +1100
> > +++ xfs-cmds/xfstests/008 2008-04-08 10:18:10.641024202 +1000
> > @@ -79,13 +79,13 @@ _setup_testdir
> >
> > rm -f $here/$seq.out.full
> >
> > -_do_test 1 50 "-l 5000000 -c 50 -b $pgsize"
> > -_do_test 2 100 "-l 10000000 -c 100 -b $pgsize"
> > -_do_test 3 100 "-l 10000000 -c 100 -b 512" # test partial pages
> > +_do_test 1 50 "-l 50000000 -c 50 -b $pgsize"
> > +_do_test 2 100 "-l 100000000 -c 100 -b $pgsize"
> > +_do_test 3 100 "-l 100000000 -c 100 -b 512" # test partial pages
> >
> > # rinse, lather, repeat for direct IO
> > -_do_test 4 50 "-d -l 5000000 -c 50 -b $pgsize"
> > -_do_test 5 100 "-d -l 10000000 -c 100 -b $pgsize"
> > +_do_test 4 50 "-d -l 50000000 -c 50 -b $pgsize"
> > +_do_test 5 100 "-d -l 100000000 -c 100 -b $pgsize"
> > # note: direct IO requires page aligned IO
> >
> > # todo: realtime.
> > Index: xfs-cmds/xfstests/008.out
> > ===================================================================
> > --- xfs-cmds.orig/xfstests/008.out 2006-11-14 19:57:39.000000000 +1100
> > +++ xfs-cmds/xfstests/008.out 2008-04-08 11:25:52.584176769 +1000
> > @@ -1,21 +1,21 @@
> > QA output created by 008
> >
> > -randholes.1 : -l 5000000 -c 50 -b PGSIZE
> > +randholes.1 : -l 50000000 -c 50 -b PGSIZE
> > ------------------------------------------
> > holes is in range
> >
> > -randholes.2 : -l 10000000 -c 100 -b PGSIZE
> > +randholes.2 : -l 100000000 -c 100 -b PGSIZE
> > ------------------------------------------
> > holes is in range
> >
> > -randholes.3 : -l 10000000 -c 100 -b 512
> > +randholes.3 : -l 100000000 -c 100 -b 512
> > ------------------------------------------
> > holes is in range
> >
> > -randholes.4 : -d -l 5000000 -c 50 -b PGSIZE
> > +randholes.4 : -d -l 50000000 -c 50 -b PGSIZE
> > ------------------------------------------
> > holes is in range
> >
> > -randholes.5 : -d -l 10000000 -c 100 -b PGSIZE
> > +randholes.5 : -d -l 100000000 -c 100 -b PGSIZE
> > ------------------------------------------
> > holes is in range
>
> --
> Dave Chinner
> Principal Engineer
> SGI Australian Software Group
--
Dave Chinner
Principal Engineer
SGI Australian Software Group
next prev parent reply other threads:[~2008-04-28 4:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-08 1:38 [patch] xfsqa - 008 is unreliable on 64k page size David Chinner
2008-04-10 4:42 ` David Chinner
2008-04-28 4:00 ` David Chinner [this message]
2008-04-28 5:55 ` 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=20080428040037.GF103491721@sgi.com \
--to=dgc@sgi.com \
--cc=xfs-dev@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 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.