All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] fstests: master branch updated to 69854f8dc5ce
@ 2017-11-26 16:56 Eryu Guan
  0 siblings, 0 replies; only message in thread
From: Eryu Guan @ 2017-11-26 16:56 UTC (permalink / raw)
  To: fstests

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-26 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-26 16:56 [ANNOUNCE] fstests: master branch updated to 69854f8dc5ce Eryu Guan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.