From: Eryu Guan <eguan@redhat.com>
To: jeffm@suse.com
Cc: fstests@vger.kernel.org, linux-btrfs@vger.kernel.org
Subject: Re: [PATCH v2 0/4] btrfs feature testing + props fix
Date: Tue, 28 Jun 2016 16:34:41 +0800 [thread overview]
Message-ID: <20160628083441.GB23649@eguan.usersys.redhat.com> (raw)
In-Reply-To: <1467058454-25907-1-git-send-email-jeffm@suse.com>
On Mon, Jun 27, 2016 at 04:14:10PM -0400, jeffm@suse.com wrote:
> From: Jeff Mahoney <jeffm@suse.com>
>
> Hi all -
>
> Thanks, Eryu, for the review. The btrfs feature testing changes were a
> patchet I wrote three years ago, and it looks like significant cleanup
> has happened in the xfstests since then. I'm sorry for the level of the
> review you had to do for them, but do appreciate that you did.
No problem :) Thanks for updating the tests! I'll review again, but that
may take some time.
Thanks,
Eryu
>
> This version should fix the outstanding issues, including some issues
> with the tests themselves, where e.g. the 32MB reserved size was file
> system-size (and implementation) dependent. Most notably, since these
> tests share some common functionality that ultimately hit ~250 lines, I
> chose to create a new common/btrfs library. Other than that, I tried to
> meet the level of consistency you were looking for with just printing
> errors instead of failing, not depending on error codes, etc.
>
> Thanks,
>
> -Jeff
>
> ---
>
> Jeff Mahoney (4):
> btrfs/048: extend _filter_btrfs_prop_error to handle additional errors
> btrfs/124: test global metadata reservation reporting
> btrfs/125: test sysfs exports of allocation and device membership info
> btrfs/126,127,128: test feature ioctl and sysfs interfaces
>
> .gitignore | 1 +
> common/btrfs | 253 +++++++++++++++++++++++++++++++++++++++++++++++
> common/config | 7 +-
> common/filter.btrfs | 10 +-
> src/Makefile | 3 +-
> src/btrfs_ioctl_helper.c | 220 +++++++++++++++++++++++++++++++++++++++++
> tests/btrfs/048 | 6 +-
> tests/btrfs/048.out | 4 +-
> tests/btrfs/124 | 84 ++++++++++++++++
> tests/btrfs/124.out | 1 +
> tests/btrfs/125 | 177 +++++++++++++++++++++++++++++++++
> tests/btrfs/125.out | 1 +
> tests/btrfs/126 | 244 +++++++++++++++++++++++++++++++++++++++++++++
> tests/btrfs/126.out | 1 +
> tests/btrfs/127 | 166 +++++++++++++++++++++++++++++++
> tests/btrfs/127.out | 1 +
> tests/btrfs/128 | 128 ++++++++++++++++++++++++
> tests/btrfs/128.out | 1 +
> tests/btrfs/group | 5 +
> 19 files changed, 1302 insertions(+), 11 deletions(-)
> create mode 100644 common/btrfs
> create mode 100644 src/btrfs_ioctl_helper.c
> create mode 100755 tests/btrfs/124
> create mode 100644 tests/btrfs/124.out
> create mode 100755 tests/btrfs/125
> create mode 100644 tests/btrfs/125.out
> create mode 100755 tests/btrfs/126
> create mode 100644 tests/btrfs/126.out
> create mode 100755 tests/btrfs/127
> create mode 100644 tests/btrfs/127.out
> create mode 100755 tests/btrfs/128
> create mode 100644 tests/btrfs/128.out
>
> --
> 1.8.5.6
>
prev parent reply other threads:[~2016-06-28 8:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-27 20:14 [PATCH v2 0/4] btrfs feature testing + props fix jeffm
2016-06-27 20:14 ` [PATCH v2 1/4] btrfs/048: extend _filter_btrfs_prop_error to handle additional errors jeffm
2016-06-29 13:48 ` Eryu Guan
2016-06-27 20:14 ` [PATCH v2 2/4] btrfs/124: test global metadata reservation reporting jeffm
2016-06-30 4:07 ` Eryu Guan
2016-06-27 20:14 ` [PATCH v2 3/4] btrfs/125: test sysfs exports of allocation and device membership info jeffm
2016-06-30 4:41 ` Eryu Guan
2016-06-27 20:14 ` [PATCH v2 4/4] btrfs/126,127,128: test feature ioctl and sysfs interfaces jeffm
2016-06-30 6:30 ` Eryu Guan
2016-06-28 8:34 ` Eryu Guan [this message]
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=20160628083441.GB23649@eguan.usersys.redhat.com \
--to=eguan@redhat.com \
--cc=fstests@vger.kernel.org \
--cc=jeffm@suse.com \
--cc=linux-btrfs@vger.kernel.org \
/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).