From: Dave Chinner <david@fromorbit.com>
To: xfs@oss.sgi.com
Cc: linux-ext4@vger.kernel.org, linux-btrfs@vger.kernel.org
Subject: [ANNOUNCE] xfstests: updated to cf1ed54
Date: Fri, 4 Apr 2014 20:03:57 +1100 [thread overview]
Message-ID: <20140404090357.GW17603@dastard> (raw)
Hi folks,
The xfstests repository at git://oss.sgi.com/xfs/cmds/xfstests has
just been updated. Patches often get missed, so please check if your
outstanding patches were in this update. If they have not been in
this update, please resubmit them to xfs@oss.sgi.com so they can be
picked up in the next update.
The new head of the master branch is commit:
cf1ed54 check: fix RESULT_BASE typo in check script
The major new functionality worth mentioning in this update is the
new config file format from Lukas. The existing format config files
should continue to work without change, but the new format is much
richer and allows specification of multiple different configurations
to run test under. Hence testing multiple mount an dmkfs
configurations becomes as simple as iterating the configurations
in the config file.
New Commits:
Christoph Hellwig (2):
[feb7da1] common: add flink support to _require_xfs_io_command
[3bbbc25] generic: add a basic O_TMPFILE test
Eric Sandeen (1):
[cf1ed54] check: fix RESULT_BASE typo in check script
Eryu Guan (1):
[dadfd3c] shared: new test to use up free inodes
Filipe David Borba Manana (3):
[bb2499e] btrfs: add test for btrfs send issuing premature rmdir operations
[c99c847] btrfs: add test for btrfs incremental send
[e0ff31a] btrfs: add test for btrfs incremental send data corruption
Filipe Manana (1):
[1a87439] btrfs: add test for btrfs send directory moves/renames
Hannes Frederic Sowa (1):
[947ee8b] fs: add directories hash collision test
Lukas Czerner (10):
[4d18f5a] generic: add generic test for fallocate zero range
[bf44459] check: Prepare for config section
[667308d] check: Add support for sections in config file
[f8e4f53] check: Allow to recreate TEST_DEV
[b1ffb05] check: Remount file system if MOUNT_OPTIONS changed
[7baa3e2] check: unmount TEST_DEV and SCRATCH_DEV after test run
[21723cd] generic: Make some shared tests generic
[259d680] ext4: Make shared/243 ext4 specific
[5f8c711] fsx: Add fallocate collapse range operation
[f98d930] fsstress: Add fallocate collapse range operation
Code Diffstat:
.gitignore | 1 +
README.config-sections | 87 +++++++
check | 404 ++++++++++++++++++------------
common/config | 155 +++++++++++-
common/rc | 30 ++-
ltp/fsstress.c | 20 ++
ltp/fsx.c | 107 +++++++-
src/Makefile | 2 +-
src/dirhash_collide.c | 223 +++++++++++++++++
tests/btrfs/043 | 149 +++++++++++
tests/btrfs/043.out | 1 +
tests/btrfs/044 | 129 ++++++++++
tests/btrfs/044.out | 1 +
tests/btrfs/045 | 376 +++++++++++++++++++++++++++
tests/btrfs/045.out | 1 +
tests/btrfs/046 | 304 ++++++++++++++++++++++
tests/btrfs/046.out | 213 ++++++++++++++++
tests/btrfs/group | 4 +
tests/{shared/243 => ext4/002} | 4 +-
tests/{shared/243.out => ext4/002.out} | 2 +-
tests/ext4/group | 1 +
tests/generic/004 | 65 +++++
tests/generic/004.out | 6 +
tests/generic/009 | 78 ++++++
tests/generic/009.out | 333 ++++++++++++++++++++++++
tests/{shared/003 => generic/012} | 6 +-
tests/{shared/003.out => generic/012.out} | 2 +-
tests/{shared/004 => generic/016} | 6 +-
tests/{shared/004.out => generic/016.out} | 2 +-
tests/{shared/005 => generic/017} | 4 +-
tests/generic/017.out | 4 +
tests/{shared/218 => generic/018} | 4 +-
tests/{shared/218.out => generic/018.out} | 2 +-
tests/{shared/305 => generic/019} | 4 +-
tests/{shared/305.out => generic/019.out} | 2 +-
tests/{shared/001 => generic/021} | 6 +-
tests/{shared/001.out => generic/021.out} | 2 +-
tests/{shared/002 => generic/022} | 6 +-
tests/{shared/002.out => generic/022.out} | 2 +-
tests/generic/group | 9 +
tests/shared/005.out | 4 -
tests/shared/006 | 97 +++++++
tests/shared/006.out | 2 +
tests/shared/group | 10 +-
tests/xfs/006 | 63 +++++
tests/xfs/006.out | 28 +++
tests/xfs/group | 1 +
47 files changed, 2746 insertions(+), 216 deletions(-)
create mode 100644 README.config-sections
create mode 100644 src/dirhash_collide.c
create mode 100644 tests/btrfs/043
create mode 100644 tests/btrfs/043.out
create mode 100644 tests/btrfs/044
create mode 100644 tests/btrfs/044.out
create mode 100755 tests/btrfs/045
create mode 100644 tests/btrfs/045.out
create mode 100644 tests/btrfs/046
create mode 100644 tests/btrfs/046.out
rename tests/{shared/243 => ext4/002} (99%)
rename tests/{shared/243.out => ext4/002.out} (95%)
create mode 100755 tests/generic/004
create mode 100644 tests/generic/004.out
create mode 100644 tests/generic/009
create mode 100644 tests/generic/009.out
rename tests/{shared/003 => generic/012} (93%)
mode change 100644 => 100755
rename tests/{shared/003.out => generic/012.out} (97%)
rename tests/{shared/004 => generic/016} (93%)
mode change 100644 => 100755
rename tests/{shared/004.out => generic/016.out} (97%)
rename tests/{shared/005 => generic/017} (97%)
mode change 100644 => 100755
create mode 100644 tests/generic/017.out
rename tests/{shared/218 => generic/018} (98%)
rename tests/{shared/218.out => generic/018.out} (93%)
rename tests/{shared/305 => generic/019} (98%)
rename tests/{shared/305.out => generic/019.out} (88%)
rename tests/{shared/001 => generic/021} (93%)
rename tests/{shared/001.out => generic/021.out} (97%)
rename tests/{shared/002 => generic/022} (93%)
mode change 100644 => 100755
rename tests/{shared/002.out => generic/022.out} (97%)
delete mode 100644 tests/shared/005.out
create mode 100755 tests/shared/006
create mode 100644 tests/shared/006.out
create mode 100755 tests/xfs/006
create mode 100644 tests/xfs/006.out
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next reply other threads:[~2014-04-04 9:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-04 9:03 Dave Chinner [this message]
2014-04-04 13:07 ` [ANNOUNCE] xfstests: updated to cf1ed54 Filipe David Manana
2014-04-04 21:12 ` Dave Chinner
2014-04-08 10:07 ` Lukáš Czerner
2014-04-08 15:42 ` [PATCH 1/3] xfstests: Fix SCRATCH_DEV_POOL handling Lukas Czerner
2014-04-08 15:42 ` [PATCH 2/3] xfstests: Unset SCRATCH_DEV when deduced from SCRATCH_DEV_POOL Lukas Czerner
2014-04-08 16:52 ` Filipe David Manana
2014-04-08 15:42 ` [PATCH 3/3] xfstests: Fix setting FSTYP automatically Lukas Czerner
2014-04-08 16:52 ` Filipe David Manana
2014-04-08 16:51 ` [PATCH 1/3] xfstests: Fix SCRATCH_DEV_POOL handling Filipe David Manana
2014-04-08 0:14 ` [ANNOUNCE] xfstests: updated to cf1ed54 Dave Chinner
2014-04-08 15:16 ` Filipe David Manana
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=20140404090357.GW17603@dastard \
--to=david@fromorbit.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=linux-ext4@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox