public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Chinner <david@fromorbit.com>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] xfstests: master branch updated to 083ff5827b60
Date: Fri, 25 Nov 2016 07:11:30 +1100	[thread overview]
Message-ID: <20161124201130.GU31101@dastard> (raw)

[-- Attachment #1: Type: text/plain, Size: 4298 bytes --]

Hi folks,

The master branch of the xfstests repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git

have just been updated. Eryu's pull request described the update as:

	This update contains patches from last two weeks, in which
	we have new xfs, btrfs and generic tests added, and require
	xfs_io binary to be mandatory for fstests run.  There're
	also updates to make xfs_copy tests without "-d" option on
	v5 XFS possible and to fix bugs in ocfs2 testing, and other
	small fixes.

	New failure I noticed in this update:
	- xfs/118 is a new test that may crash your kernel if you're
	  not using latest kernel from linux-xfs tree (for-next
	  branch)
	- generic/391 is a new test and fails on btrfs

Thanks to everyone who has contributed to this update!

-Dave.

The new head of the master branch is commit:

083ff5827b60 fstests: Introduce check for explicit SHARED extent flag reporting

New Commits:

Amir Goldstein (1):
      [cbc87660d50c] generic/37[3-4]: use bind mount instead of 2nd _scratch_mount

Christoph Hellwig (1):
      [e53bdf39d44f] fstests: fix fsx fallocate error messages

Darrick J. Wong (1):
      [ea889e3d5cff] fstests: fix some minor problems testing ocfs2

Eric Sandeen (1):
      [052b0777d7cc] xfs: testcase for kernelspace xfs_fsr extent handling flaw

Eryu Guan (4):
      [ae254a9f9f6e] fstests: make xfs_io mandatory
      [00d42708c223] xfs/021: filter out detailed array element info from xfs_db
      [23f60ef304d6] generic/38[3-6]: require project quota to be enabled on SCRATCH_DEV
      [1b244cdab292] generic: fix $tmp path in tests

Liu Bo (1):
      [775e2d0c0317] generic/098: update test for truncating a file into the middle of a hole

Omar Sandoval (2):
      [9c5a3fa344a8] xfs/298: cd to / instead of ~
      [21616145d294] generic: concurrent non-overlapping direct I/O on the same extents

Qu Wenruo (2):
      [089ecbf48630] btrfs: Check false ENOSPC bug caused by incorrect metadata reserve
      [083ff5827b60] fstests: Introduce check for explicit SHARED extent flag reporting

Zorro Lang (2):
      [5e885bfedb71] generic: multi-thread freeze/unfreeze test under fsstress
      [08adb2554ea2] fstests: test xfs_copy V5 XFS without -d option


Code Diffstat:

 .gitignore            |   1 +
 common/config         |   4 +-
 common/quota          |   2 +-
 common/rc             |  48 +++++++++++++----------
 common/reflink        |  44 +++++++++++++++++++++
 ltp/fsx.c             |  10 ++---
 src/Makefile          |   2 +-
 src/dio-interleaved.c |  98 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/132       | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/132.out   |   2 +
 tests/btrfs/group     |   1 +
 tests/generic/018     |   2 +-
 tests/generic/094     |   2 +-
 tests/generic/098     |  60 +++++++++++++++++++----------
 tests/generic/098.out |  10 +++++
 tests/generic/225     |   2 +-
 tests/generic/249     |   2 +-
 tests/generic/372     |   1 +
 tests/generic/373     |   4 +-
 tests/generic/374     |   4 +-
 tests/generic/383     |   1 +
 tests/generic/384     |   2 +-
 tests/generic/385     |   2 +-
 tests/generic/386     |   2 +-
 tests/generic/390     |  94 +++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/390.out |   2 +
 tests/generic/391     |  76 +++++++++++++++++++++++++++++++++++++
 tests/generic/391.out |   2 +
 tests/generic/group   |   2 +
 tests/xfs/021         |   2 +-
 tests/xfs/032         |  21 +++++++---
 tests/xfs/073         |   8 +---
 tests/xfs/094         |   1 -
 tests/xfs/103         |   1 -
 tests/xfs/118         |  99 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/118.out     |   2 +
 tests/xfs/298         |   2 +-
 tests/xfs/group       |   1 +
 38 files changed, 648 insertions(+), 74 deletions(-)
 create mode 100644 src/dio-interleaved.c
 create mode 100755 tests/btrfs/132
 create mode 100644 tests/btrfs/132.out
 create mode 100755 tests/generic/390
 create mode 100644 tests/generic/390.out
 create mode 100755 tests/generic/391
 create mode 100644 tests/generic/391.out
 create mode 100755 tests/xfs/118
 create mode 100644 tests/xfs/118.out
-- 
Dave Chinner
david@fromorbit.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

                 reply	other threads:[~2016-11-24 20: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=20161124201130.GU31101@dastard \
    --to=david@fromorbit.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