public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Eryu Guan <guaneryu@gmail.com>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: master branch updated to 5e6514523342, and Eryu's comming role change
Date: Sun, 25 Feb 2018 23:46:46 +0800	[thread overview]
Message-ID: <5a92da6d.8725620a.76336.041c@mx.google.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 5628 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. One notable change is that _scratch_mount will make
tests fail if the mount operation fails, and please take use of
_try_scratch_mount if a test cares about the mount status. This change should
not break any existing tests (I've tested it on different filesystems with
various test configs), but if you find any unexpected failure please report
and/or contribute patches.

Other changes are mostly minor bug fixes and improvements. And there should be
no new failures introduced by this update.


Regarding to my role change, I'll leave Red Hat at the end of February and stop
using Red Hat email eguan@redhat.com. But I'll continue maintaining fstests, so
please use my personal email guaneryu@gmail.com if you want to cc me in patch.

Also, my response might be slow in this transition period. I'll try to make
this period as short as possible, but it still could be as long as several
weeks to months, please be prepared/patient :)

Thanks,
Eryu

The new head of the master branch is commit:

5e6514523342 fsstress: avoid infinite loops in clonerange_f

New commits:

Andreas Gruenbacher (1):
      [b8b56f24d917] fsx: Fix -P errors

Chandan Rajendra (1):
      [6702176b9340] common/rc: Fix fcollapse require code to work with 64k block size

Darrick J. Wong (1):
      [5e6514523342] fsstress: avoid infinite loops in clonerange_f

Dave Chinner (3):
      [729381bda427] generic/25[02]: increase filesystem size
      [7aaf557970c0] common/xfs: Initialise OPTIND for getopts calls
      [715eac1a9e66] generic/47[23]: remove from auto/quick groups

Eryu Guan (1):
      [69eb6281a9d3] fstests: _fail test by default when _scratch_mount fails

Misono, Tomohiro (1):
      [bf382b0e7730] btrfs/150: add _scratch_dev_pool_get/put to run the test as expected


Code Diffstat:

 common/attr         |  2 +-
 common/dmapi        |  4 ++--
 common/dump         |  4 ++--
 common/encrypt      |  2 +-
 common/filestreams  |  4 ++--
 common/fuzzy        |  4 ++--
 common/log          |  6 +++---
 common/overlay      |  2 +-
 common/punch        |  2 +-
 common/quota        |  4 ++--
 common/rc           | 46 ++++++++++++++++++++++++++++------------------
 common/xfs          | 13 +++++++------
 ltp/fsstress.c      |  4 +++-
 ltp/fsx.c           | 31 +++++++++++++++----------------
 tests/btrfs/004     |  6 +++---
 tests/btrfs/007     |  4 ++--
 tests/btrfs/009     |  2 +-
 tests/btrfs/012     |  4 ++--
 tests/btrfs/042     |  2 +-
 tests/btrfs/057     |  2 +-
 tests/btrfs/091     |  4 ++--
 tests/btrfs/131     |  4 ++--
 tests/btrfs/136     |  2 +-
 tests/btrfs/150     |  2 ++
 tests/ext4/003      |  2 +-
 tests/ext4/006      |  4 ++--
 tests/ext4/007      |  2 +-
 tests/ext4/008      |  2 +-
 tests/ext4/011      |  4 ++--
 tests/ext4/012      |  4 ++--
 tests/ext4/024      |  2 +-
 tests/ext4/025      |  2 +-
 tests/ext4/305      |  2 +-
 tests/ext4/306      |  2 +-
 tests/generic/015   |  2 +-
 tests/generic/019   |  4 ++--
 tests/generic/050   | 10 +++++-----
 tests/generic/052   |  5 ++---
 tests/generic/053   |  2 +-
 tests/generic/054   |  4 ++--
 tests/generic/055   |  4 ++--
 tests/generic/062   |  2 +-
 tests/generic/064   |  2 +-
 tests/generic/068   |  3 +--
 tests/generic/069   |  2 +-
 tests/generic/074   |  1 +
 tests/generic/075   |  1 +
 tests/generic/076   |  3 +--
 tests/generic/077   |  3 +--
 tests/generic/079   |  2 +-
 tests/generic/082   |  4 ++--
 tests/generic/083   |  3 +--
 tests/generic/105   |  2 +-
 tests/generic/112   |  1 +
 tests/generic/117   |  3 +--
 tests/generic/120   |  2 +-
 tests/generic/169   |  3 +--
 tests/generic/235   |  4 ++--
 tests/generic/250   |  6 +++---
 tests/generic/252   |  5 +++--
 tests/generic/270   |  2 +-
 tests/generic/294   |  2 +-
 tests/generic/317   |  2 +-
 tests/generic/318   |  2 +-
 tests/generic/388   |  2 +-
 tests/generic/390   |  2 +-
 tests/generic/403   |  2 +-
 tests/generic/466   |  2 +-
 tests/generic/group |  4 ++--
 tests/shared/003    |  2 +-
 tests/xfs/005       |  2 +-
 tests/xfs/009       |  2 +-
 tests/xfs/016       |  2 +-
 tests/xfs/017       |  7 +++----
 tests/xfs/019       |  2 +-
 tests/xfs/021       |  3 +--
 tests/xfs/034       |  3 +--
 tests/xfs/041       |  4 ++--
 tests/xfs/042       |  4 ++--
 tests/xfs/044       |  4 ++--
 tests/xfs/045       |  4 ++--
 tests/xfs/057       |  2 +-
 tests/xfs/067       |  2 +-
 tests/xfs/072       |  2 +-
 tests/xfs/073       |  2 +-
 tests/xfs/075       |  4 ++--
 tests/xfs/077       |  4 ++--
 tests/xfs/079       |  2 +-
 tests/xfs/083       |  6 +++---
 tests/xfs/085       |  2 +-
 tests/xfs/090       |  2 +-
 tests/xfs/092       |  2 +-
 tests/xfs/094       |  2 +-
 tests/xfs/098       |  2 +-
 tests/xfs/103       |  2 +-
 tests/xfs/104       |  2 +-
 tests/xfs/111       |  2 +-
 tests/xfs/121       |  8 +++-----
 tests/xfs/130       |  2 +-
 tests/xfs/137       |  4 ++--
 tests/xfs/141       |  2 +-
 tests/xfs/177       |  6 ++----
 tests/xfs/181       |  3 +--
 tests/xfs/183       |  3 +--
 tests/xfs/189       | 14 +++++++-------
 tests/xfs/263       |  2 +-
 tests/xfs/270       |  4 ++--
 tests/xfs/297       |  2 +-
 tests/xfs/333       |  2 +-
 tests/xfs/338       |  2 +-
 tests/xfs/340       |  2 +-
 tests/xfs/433       |  2 +-
 tests/xfs/434       |  2 +-
 tests/xfs/435       |  2 +-
 tests/xfs/436       |  2 +-
 tests/xfs/439       |  2 +-
 tests/xfs/442       |  2 +-
 tests/xfs/443       |  2 +-
 118 files changed, 220 insertions(+), 218 deletions(-)
--
Eryu Guan
guaneryu@gmail.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

                 reply	other threads:[~2018-02-25 15:46 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=5a92da6d.8725620a.76336.041c@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