linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET] fstests: random fixes for v2024.01.14
@ 2024-01-25 19:04 Darrick J. Wong
  2024-01-25 19:04 ` [PATCH 01/10] generic/256: constrain runtime with TIME_FACTOR Darrick J. Wong
                   ` (9 more replies)
  0 siblings, 10 replies; 37+ messages in thread
From: Darrick J. Wong @ 2024-01-25 19:04 UTC (permalink / raw)
  To: zlang, djwong; +Cc: guan, linux-xfs, fstests

Hi all,

Here's the usual odd fixes for fstests.  Most of these are cleanups and
bug fixes for the recently merged xfs metadump v2 testing code.

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

This has been running on the djcloud for months with no problems.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes
---
Commits in this patchset:
 * generic/256: constrain runtime with TIME_FACTOR
 * common/xfs: simplify maximum metadump format detection
 * common/populate: always metadump full metadata blocks
 * xfs/336: fix omitted -a and -o in metadump call
 * common: refactor metadump v1 and v2 tests
 * xfs/{129,234,253,605}: disable metadump v1 testing with external devices
 * xfs/503: test metadump obfuscation, not progressbars
 * xfs/503: split copy and metadump into two tests
 * common/xfs: only pass -l in _xfs_mdrestore for v2 metadumps
 * xfs/122: fix for xfs_attr_shortform removal in 6.8
---
 common/populate           |    2 -
 common/rc                 |   10 ---
 common/xfs                |   49 +++++++++++++++-
 common/xfs_metadump_tests |  138 +++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/256         |    7 ++
 tests/xfs/122.out         |    2 +
 tests/xfs/129             |   91 ++----------------------------
 tests/xfs/1876            |   54 ++++++++++++++++++
 tests/xfs/1876.out        |    4 +
 tests/xfs/234             |   92 ++----------------------------
 tests/xfs/253             |   90 ++---------------------------
 tests/xfs/284             |    4 +
 tests/xfs/291             |   32 ++++------
 tests/xfs/336             |    2 -
 tests/xfs/432             |   31 ++--------
 tests/xfs/503             |   82 ++++-----------------------
 tests/xfs/503.out         |    6 +-
 tests/xfs/605             |   92 +-----------------------------
 18 files changed, 304 insertions(+), 484 deletions(-)
 create mode 100644 common/xfs_metadump_tests
 create mode 100755 tests/xfs/1876
 create mode 100755 tests/xfs/1876.out


^ permalink raw reply	[flat|nested] 37+ messages in thread
* [PATCHSET] fstests: random fixes for v2024.01.14
@ 2024-02-07  2:18 Darrick J. Wong
  2024-02-07  2:19 ` [PATCH 10/10] xfs/122: fix for xfs_attr_shortform removal in 6.8 Darrick J. Wong
  0 siblings, 1 reply; 37+ messages in thread
From: Darrick J. Wong @ 2024-02-07  2:18 UTC (permalink / raw)
  To: djwong, zlang
  Cc: Christoph Hellwig, Andrey Albershteyn, Zorro Lang, linux-xfs,
	fstests, guan

Hi all,

Here's the usual odd fixes for fstests.  Most of these are cleanups and
bug fixes for the recently merged xfs metadump v2 testing code.

This second attempt fixes a severe bug in the cleanup code from the
refactored metadump testing code and adds a few adjustments that the
maintainer asked for.

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

This has been running on the djcloud for months with no problems.  Enjoy!
Comments and questions are, as always, welcome.

--D

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes-2024.01.14
---
Commits in this patchset:
 * generic/256: constrain runtime with TIME_FACTOR
 * common/xfs: simplify maximum metadump format detection
 * common/populate: always metadump full metadata blocks
 * xfs/336: fix omitted -a and -o in metadump call
 * common: refactor metadump v1 and v2 tests, version 2
 * xfs/{129,234,253,605}: disable metadump v1 testing with external devices
 * xfs/503: test metadump obfuscation, not progressbars
 * xfs/503: split copy and metadump into two tests
 * common/xfs: only pass -l in _xfs_mdrestore for v2 metadumps
 * xfs/122: fix for xfs_attr_shortform removal in 6.8
---
 common/metadump   |  152 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 common/populate   |    2 -
 common/rc         |   10 ---
 common/xfs        |   49 ++++++++++++++++-
 tests/generic/256 |    7 ++
 tests/xfs/122.out |    2 +
 tests/xfs/129     |   91 ++------------------------------
 tests/xfs/234     |   92 ++------------------------------
 tests/xfs/253     |   90 ++-----------------------------
 tests/xfs/284     |    4 +
 tests/xfs/291     |   32 ++++-------
 tests/xfs/336     |    2 -
 tests/xfs/432     |   31 ++---------
 tests/xfs/503     |   82 ++++-------------------------
 tests/xfs/503.out |    6 +-
 tests/xfs/601     |   54 +++++++++++++++++++
 tests/xfs/601.out |    4 +
 tests/xfs/605     |   92 +-------------------------------
 18 files changed, 318 insertions(+), 484 deletions(-)
 create mode 100644 common/metadump
 create mode 100755 tests/xfs/601
 create mode 100755 tests/xfs/601.out


^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2024-02-07  2:19 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 19:04 [PATCHSET] fstests: random fixes for v2024.01.14 Darrick J. Wong
2024-01-25 19:04 ` [PATCH 01/10] generic/256: constrain runtime with TIME_FACTOR Darrick J. Wong
2024-01-26 12:32   ` Andrey Albershteyn
2024-01-26 13:30   ` Christoph Hellwig
2024-01-25 19:04 ` [PATCH 02/10] common/xfs: simplify maximum metadump format detection Darrick J. Wong
2024-01-26 13:31   ` Christoph Hellwig
2024-01-25 19:04 ` [PATCH 03/10] common/populate: always metadump full metadata blocks Darrick J. Wong
2024-01-26 13:32   ` Christoph Hellwig
2024-01-25 19:05 ` [PATCH 04/10] xfs/336: fix omitted -a and -o in metadump call Darrick J. Wong
2024-01-26 13:33   ` Christoph Hellwig
2024-01-25 19:05 ` [PATCH 05/10] common: refactor metadump v1 and v2 tests Darrick J. Wong
2024-01-26 13:34   ` Christoph Hellwig
2024-01-27  8:47   ` Zorro Lang
2024-01-27 17:22     ` Darrick J. Wong
2024-01-28 13:23       ` Zorro Lang
2024-01-30  1:32         ` Darrick J. Wong
2024-01-31 14:09           ` Zorro Lang
2024-01-31 19:24             ` Darrick J. Wong
2024-02-01  6:29               ` Zorro Lang
2024-02-02 16:47                 ` Darrick J. Wong
2024-02-04  6:59                   ` Zorro Lang
2024-02-04  7:14                     ` Zorro Lang
2024-02-05  9:37   ` Zorro Lang
2024-02-05 16:48     ` Darrick J. Wong
2024-01-25 19:05 ` [PATCH 06/10] xfs/{129,234,253,605}: disable metadump v1 testing with external devices Darrick J. Wong
2024-01-26 13:34   ` Christoph Hellwig
2024-01-25 19:05 ` [PATCH 07/10] xfs/503: test metadump obfuscation, not progressbars Darrick J. Wong
2024-01-26 13:35   ` Christoph Hellwig
2024-01-25 19:06 ` [PATCH 08/10] xfs/503: split copy and metadump into two tests Darrick J. Wong
2024-01-26 13:36   ` Christoph Hellwig
2024-01-26 16:45     ` Darrick J. Wong
2024-01-25 19:06 ` [PATCH 09/10] common/xfs: only pass -l in _xfs_mdrestore for v2 metadumps Darrick J. Wong
2024-01-26 13:36   ` Christoph Hellwig
2024-01-25 19:06 ` [PATCH 10/10] xfs/122: fix for xfs_attr_shortform removal in 6.8 Darrick J. Wong
2024-01-26 12:38   ` Andrey Albershteyn
2024-01-26 13:37   ` Christoph Hellwig
  -- strict thread matches above, loose matches on Subject: below --
2024-02-07  2:18 [PATCHSET] fstests: random fixes for v2024.01.14 Darrick J. Wong
2024-02-07  2:19 ` [PATCH 10/10] xfs/122: fix for xfs_attr_shortform removal in 6.8 Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).