From: Eryu Guan <guaneryu@gmail.com>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: master branch updated to 9000551d9b78
Date: Sun, 21 May 2017 16:18:16 +0800 [thread overview]
Message-ID: <59214d4b.4722620a.9134b.10b8@mx.google.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4353 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 is a bit bigger than usual, it contains 12
commits from 6 authors, many thanks to all of them!
There're new encryption, SEEK_DATA/HOLE, dax and btrfs tests added, aio related
tests are not running if CONFIG_AIO isn't enabled. Xiao Yang helped clean up
the _require_xfs_io_command() function, there should be no behavior change.
New failures I've noticed in this update:
- generic/436: new SEEK_HOLE test fails on current (4.12-rc1) XFS and ext4
Thanks,
Eryu
The new head of the master branch is commit:
9000551d9b78 fstests: skip AIO-related tests when CONFIG_AIO=n
New commits:
Eric Biggers (2):
[b245c5e43f28] generic: test that encrypted filenames are presented without collisions
[9000551d9b78] fstests: skip AIO-related tests when CONFIG_AIO=n
Jan Kara (1):
[2508d61b63ed] generic: Add more SEEK_HOLE tests
Liu Bo (5):
[7453987aaa65] common/filter: add _filter_filefrag
[4f2ea4abc1d6] btrfs: regression test for btrfs dio read repair
[d3a1eb354e4f] btrfs: regression test for btrfs buffered read's repair
[495d11cd2da0] btrfs: regression test for nocsum dio read's repair
[aaf96798d84a] btrfs: regression test for nocsum buffered read's repair
Ross Zwisler (1):
[44f649f632a8] generic: add regression test for DAX PTE/PMD races
Xiao Yang (2):
[eaa2d30dbaa1] common: use _require_xfs_io_command() directly to check fiemap
[704c27f69fa1] common: cleanup _require_xfs_io_command
Zorro Lang (1):
[5a1b35a74352] fsstress: cleanup flist with test directory together
Code Diffstat:
.gitignore | 1 +
common/filter | 19 ++++
common/rc | 46 ++++++----
common/reflink | 2 +-
ltp/fsstress.c | 21 +++++
src/Makefile | 4 +-
src/feature.c | 42 ++++++++-
src/seek_sanity_test.c | 242 ++++++++++++++++++++++++++++++++++++++++++++++++-
src/t_mmap_cow_race.c | 106 ++++++++++++++++++++++
tests/btrfs/140 | 117 ++++++++++++++++++++++++
tests/btrfs/140.out | 39 ++++++++
tests/btrfs/141 | 118 ++++++++++++++++++++++++
tests/btrfs/141.out | 39 ++++++++
tests/btrfs/142 | 140 ++++++++++++++++++++++++++++
tests/btrfs/142.out | 39 ++++++++
tests/btrfs/143 | 150 ++++++++++++++++++++++++++++++
tests/btrfs/143.out | 39 ++++++++
tests/btrfs/group | 4 +
tests/generic/043 | 2 +-
tests/generic/044 | 2 +-
tests/generic/045 | 2 +-
tests/generic/046 | 2 +-
tests/generic/047 | 2 +-
tests/generic/048 | 2 +-
tests/generic/049 | 2 +-
tests/generic/092 | 2 +-
tests/generic/112 | 1 +
tests/generic/113 | 1 +
tests/generic/301 | 2 +-
tests/generic/302 | 2 +-
tests/generic/305 | 2 +-
tests/generic/326 | 2 +-
tests/generic/327 | 2 +-
tests/generic/328 | 2 +-
tests/generic/352 | 2 +-
tests/generic/353 | 2 +-
tests/generic/372 | 2 +-
tests/generic/414 | 2 +-
tests/generic/425 | 2 +-
tests/generic/435 | 99 ++++++++++++++++++++
tests/generic/435.out | 4 +
tests/generic/436 | 64 +++++++++++++
tests/generic/436.out | 2 +
tests/generic/437 | 61 +++++++++++++
tests/generic/437.out | 2 +
tests/generic/group | 3 +
tests/xfs/180 | 2 +-
tests/xfs/182 | 2 +-
tests/xfs/184 | 2 +-
tests/xfs/192 | 2 +-
tests/xfs/193 | 2 +-
tests/xfs/198 | 2 +-
tests/xfs/200 | 2 +-
tests/xfs/204 | 2 +-
tests/xfs/207 | 2 +-
tests/xfs/208 | 2 +-
tests/xfs/209 | 2 +-
tests/xfs/210 | 2 +-
tests/xfs/211 | 2 +-
tests/xfs/212 | 2 +-
tests/xfs/213 | 2 +-
tests/xfs/214 | 2 +-
tests/xfs/231 | 2 +-
tests/xfs/232 | 2 +-
tests/xfs/240 | 3 +-
tests/xfs/241 | 3 +-
tests/xfs/344 | 2 +-
tests/xfs/345 | 2 +-
tests/xfs/346 | 2 +-
tests/xfs/347 | 2 +-
70 files changed, 1420 insertions(+), 73 deletions(-)
--
Eryu Guan
eguan@redhat.com
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
reply other threads:[~2017-05-21 8:18 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=59214d4b.4722620a.9134b.10b8@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