From: Eryu Guan <guaneryu@gmail.com>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: master branch updated to 69854f8dc5ce
Date: Mon, 27 Nov 2017 00:56:39 +0800 [thread overview]
Message-ID: <5a1af24e.03af630a.b5461.9973@mx.google.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4292 bytes --]
Hi all,
The master branch of the xfstests repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
have just been updated. This update pulls in the fs perf test infrastructure
and a sample test perf/001 from Josef, which are used to catch performance
regression. The perf tests are not enabled in a normal test run by groups, you
need to specify perf tests explicitly. e.g.
./check perf/001
or specify group in perf subdir
./check -g perf/auto
Other updates include two new tests for overlay and several overlay
improvements and some other random bug fixes. Many thanks to those who helped
review patches, especially Amir!
New failures I've noticed in this update:
- overlay/04[34] fail with v4.14 kernel
Thanks,
Eryu
The new head of the master branch is commit:
69854f8dc5ce fstests: filter readonly mount error messages
New commits:
Amir Goldstein (5):
[7983867eadc8] overlay/041: code cleanup
[c0b87a4ad851] overlay/041: test consistent values of st_ino/d_ino for subdirs
[30daf6bd5fa6] overlay/041: use user defined overlay mount option
[283a05c97cf1] generic/458: document the fix commit
[26b2fe2880f7] generic/456: document the fix commit
Chandan Rajendra (6):
[0d846837435a] overlay/017: Remove constant st_ino/d_ino test for hardlinks
[fac0e790c810] overlay/018: Add constant d_ino test
[e66fe3c8fc5a] overlay: Test consistent st_ino numbers for non-samefs scenario
[fa50d81aa727] overlay: Test hardlink breakage on non-samefs setup
[b689d3c8b049] overlay/038: code cleanup
[1f872c0ff215] overlay/038: test consistent values of st_ino/d_ino for subdirs
Eryu Guan (3):
[94d3a4f00cbd] fstests: filter mount error message for EUCLEAN and ESTALE
[40737eac013e] overlay/036: filter busy mount message
[69854f8dc5ce] fstests: filter readonly mount error messages
Josef Bacik (2):
[c134a345f79e] fstests: add fio perf results support
[e0d95552fdb2] perf: a random write buffered fio perf test
Xiao Yang (1):
[1162f45f6628] generic/459: add check for dm-snapshot target
Code Diffstat:
.gitignore | 1 +
README | 10 ++-
common/config | 2 +
common/filter | 97 +++++++++++++++++++++-
common/perf | 40 ++++++++++
doc/requirement-checking.txt | 9 +++
src/Makefile | 2 +-
src/perf/FioCompare.py | 113 ++++++++++++++++++++++++++
src/perf/FioResultDecoder.py | 62 ++++++++++++++
src/perf/Makefile | 14 ++++
src/perf/ResultData.py | 43 ++++++++++
src/perf/fio-insert-and-compare.py | 35 ++++++++
src/perf/fio-results.sql | 94 ++++++++++++++++++++++
src/perf/generate-schema.py | 55 +++++++++++++
tests/generic/050 | 8 +-
tests/generic/050.out | 8 +-
tests/generic/456 | 5 ++
tests/generic/458 | 3 +
tests/generic/459 | 1 +
tests/overlay/017 | 4 +-
tests/overlay/018 | 21 +++--
tests/overlay/035 | 4 +-
tests/overlay/035.out | 4 +-
tests/overlay/036 | 4 +-
tests/overlay/036.out | 4 +-
tests/overlay/037 | 4 +-
tests/overlay/037.out | 4 +-
tests/overlay/038 | 101 +++++++++++++----------
tests/overlay/041 | 106 ++++++++++++++----------
tests/overlay/043 | 160 +++++++++++++++++++++++++++++++++++++
tests/overlay/043.out | 2 +
tests/overlay/044 | 145 +++++++++++++++++++++++++++++++++
tests/overlay/044.out | 21 +++++
tests/overlay/group | 2 +
tests/perf/001 | 80 +++++++++++++++++++
tests/perf/001.out | 2 +
tests/perf/Makefile | 20 +++++
tests/perf/group | 1 +
tests/xfs/005 | 7 +-
tests/xfs/333 | 2 +-
tests/xfs/333.out | 2 +-
41 files changed, 1173 insertions(+), 129 deletions(-)
--
Eryu Guan
eguan@redhat.com
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
reply other threads:[~2017-11-26 16:56 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=5a1af24e.03af630a.b5461.9973@mx.google.com \
--to=guaneryu@gmail.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