From: Andreas Gruenbacher <agruenba@redhat.com>
To: fstests@vger.kernel.org
Cc: Andreas Gruenbacher <agruenba@redhat.com>
Subject: [PATCH v5 0/3] Richacl tests
Date: Wed, 16 Mar 2016 12:26:02 +0100 [thread overview]
Message-ID: <1458127565-24149-1-git-send-email-agruenba@redhat.com> (raw)
Here we go with the richacl tests converted into "golden output matching"
tests. The tests no longer consistently check the exit statuses of commands
and it is more difficult to figure out which piece of output belongs to which
command and to trace back from a failure to the command that has failed. Still
better than nothing, though.
Andreas Gruenbacher (3):
Rename output file templates to match TEST.out*
xfs/191: Remove obsolete nfs4acl tests
generic/338-346: Add richacl tests
.gitignore | 19 +++
common/rc | 39 ++++++
nfs4acl/Makefile | 29 ----
nfs4acl/apply-mask.test | 143 -------------------
nfs4acl/basic.test | 70 ----------
nfs4acl/chmod.test | 31 -----
nfs4acl/chown.test | 63 ---------
nfs4acl/computed-mode.test | 62 ---------
nfs4acl/create.test | 35 -----
nfs4acl/ctime.test | 36 -----
nfs4acl/delete.test | 77 ----------
nfs4acl/run | 298 ---------------------------------------
nfs4acl/unrepresentable.test | 20 ---
nfs4acl/write-vs-append.test | 46 ------
tests/generic/338 | 117 ++++++++++++++++
tests/generic/338.out | 94 +++++++++++++
tests/generic/339 | 109 +++++++++++++++
tests/generic/339.out | 140 +++++++++++++++++++
tests/generic/340 | 90 ++++++++++++
tests/generic/340.out | 39 ++++++
tests/generic/341 | 77 ++++++++++
tests/generic/341.out | 9 ++
tests/generic/342 | 76 ++++++++++
tests/generic/342.out | 11 ++
tests/generic/343 | 75 ++++++++++
tests/generic/343.out | 11 ++
tests/generic/344 | 75 ++++++++++
tests/generic/344.out | 7 +
tests/generic/345 | 116 ++++++++++++++++
tests/generic/345.out | 24 ++++
tests/generic/346 | 80 +++++++++++
tests/generic/346.out | 19 +++
tests/generic/group | 9 ++
tests/xfs/096 | 4 +-
tests/xfs/096.external | 50 -------
tests/xfs/096.internal | 51 -------
tests/xfs/096.out.external | 50 +++++++
tests/xfs/096.out.internal | 51 +++++++
tests/xfs/191 | 75 ----------
tests/xfs/191.out | 324 -------------------------------------------
tests/xfs/group | 1 -
41 files changed, 1339 insertions(+), 1413 deletions(-)
delete mode 100644 nfs4acl/Makefile
delete mode 100644 nfs4acl/apply-mask.test
delete mode 100644 nfs4acl/basic.test
delete mode 100644 nfs4acl/chmod.test
delete mode 100644 nfs4acl/chown.test
delete mode 100644 nfs4acl/computed-mode.test
delete mode 100644 nfs4acl/create.test
delete mode 100644 nfs4acl/ctime.test
delete mode 100644 nfs4acl/delete.test
delete mode 100755 nfs4acl/run
delete mode 100644 nfs4acl/unrepresentable.test
delete mode 100644 nfs4acl/write-vs-append.test
create mode 100755 tests/generic/338
create mode 100644 tests/generic/338.out
create mode 100755 tests/generic/339
create mode 100644 tests/generic/339.out
create mode 100755 tests/generic/340
create mode 100644 tests/generic/340.out
create mode 100755 tests/generic/341
create mode 100644 tests/generic/341.out
create mode 100755 tests/generic/342
create mode 100644 tests/generic/342.out
create mode 100755 tests/generic/343
create mode 100644 tests/generic/343.out
create mode 100755 tests/generic/344
create mode 100644 tests/generic/344.out
create mode 100755 tests/generic/345
create mode 100644 tests/generic/345.out
create mode 100755 tests/generic/346
create mode 100644 tests/generic/346.out
delete mode 100644 tests/xfs/096.external
delete mode 100644 tests/xfs/096.internal
create mode 100644 tests/xfs/096.out.external
create mode 100644 tests/xfs/096.out.internal
delete mode 100755 tests/xfs/191
delete mode 100644 tests/xfs/191.out
--
2.5.0
next reply other threads:[~2016-03-16 11:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-16 11:26 Andreas Gruenbacher [this message]
2016-03-16 11:26 ` [PATCH v5 1/3] Rename output file templates to match TEST.out* Andreas Gruenbacher
2016-03-16 11:26 ` [PATCH v5 2/3] xfs/191: Remove obsolete nfs4acl tests Andreas Gruenbacher
2016-03-16 11:26 ` [PATCH v5 3/3] generic/338-346: Add richacl tests Andreas Gruenbacher
2016-03-22 23:34 ` Dave Chinner
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=1458127565-24149-1-git-send-email-agruenba@redhat.com \
--to=agruenba@redhat.com \
--cc=fstests@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