Re: [ANNOUNCE] fstests: master branch updated to 42b851446ff1

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



On Mon, Jul 02, 2018 at 10:42:19AM +0800, Lu Fengqi wrote:
> Zorro Lang <zlang@xxxxxxxxxx> 于2018年7月2日周一 上午10:25写道:
> >
> > On Sun, Jul 01, 2018 at 09:07:51PM +0800, Eryu Guan wrote:
> > > 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 contains 8 new tests mainly for xfs and
> > > btrfs, but they all should pass with latest Linus tree. Others are random
> > > updates including license update to src/log-writes/* and fixes to build
> > > infrastructure.
> > >
> > > Thanks,
> > > Eryu
> > >
> > > The new head of the master branch is commit:
> > >
> > > 42b851446ff1 build: remove <attr/xattr.h> check
> > >
> > > New commits:
> > >
> > > Darrick J. Wong (2):
> > >       [e04c7b7e3021] xfs/365: fuzz inobt in ag 1
> > >       [494b07e34015] xfs: regression test for rmapbt fdblocks accounting problems
> > >
> > > Filipe Manana (1):
> > >       [89ee377df5f2] btrfs: test power failure while qgroups rescan is in progress
> > >
> > > Josef Bacik (1):
> > >       [a0f89557ca46] fstests: add SPDX license comments for src/log-writes/*
> > >
> > > Lu Fengqi (3):
> > >       [d61c29d32fab] fsstress: remove include <attr/xattr.h>
> > >       [652fda3ee172] src/t_immutable: use sys/xattr.h instead of attr/xattr.h
> > >       [42b851446ff1] build: remove <attr/xattr.h> check
> >
> > The current xfstests-dev always fails on building time:
> >
> > configure.ac:56: error: possibly undefined macro: AC_PACKAGE_NEED_GETXATTR_LIBATTR
> >       If this token and others are legitimate, please use m4_pattern_allow.
> >       See the Autoconf documentation.
> > make: *** [configure] Error 1
> >
> > After reverting "[42b851446ff1] build: remove <attr/xattr.h> check", everything
> > goes well.
> >
> > Is there following fix about this? Or did I do something wrong?

That's weird, I didn't see compiling errors in my release testing on any
of the three distros I tested (CentOS7.4, Debian sid and Fedora 28). But
now I did see the errors..

> 
> Sorry, that's all my wrong. I will send the fix.

My fault, I folded removing getxattr check into your patch. Thanks for
the following-up patch!

Eryu

> 
> -------------------------------------------------------------
> Thanks,
> Lu
> 
> >
> > Thanks,
> > Zorro
> >
> > >
> > > Luis R. Rodriguez (1):
> > >       [103258a566b4] build: fix install target using sudo
> > >
> > > Marco Benatto (1):
> > >       [6a98def59ca9] xfs: Test root inode parent pointer repairing
> > >
> > > Qu Wenruo (1):
> > >       [73576ea71e1a] btrfs: test if btrfs will corrupt nodatasum compressed extent when replacing device
> > >
> > > Xiao Yang (1):
> > >       [f86ce7cc4b2b] common: Add _dmsetup_create and _dmsetup_remove helpers
> > >
> > > Zorro Lang (4):
> > >       [f74e7e186c97] shared: dedupe a single big file and verify integrity
> > >       [e1f4b06edbd7] shared: iterate dedupe integrity test
> > >       [6b6ff4a005a1] shared: dedupe with random io race test
> > >       [c6ded48a3141] xfs: test bad character in xfs_db field list selector string
> > >
> > >
> > > Code Diffstat:
> > >
> > >  common/config               |   1 +
> > >  common/dmdelay              |   9 +---
> > >  common/dmerror              |   9 ++--
> > >  common/dmflakey             |  14 ++----
> > >  common/dmhugedisk           |  15 +++----
> > >  common/dmlogwrites          |   9 +---
> > >  common/dmthin               |  19 ++++----
> > >  common/rc                   |  14 ++++++
> > >  configure.ac                |   1 -
> > >  ltp/fsstress.c              |   3 --
> > >  m4/package_attrdev.m4       |  25 -----------
> > >  src/log-writes/log-writes.c |   1 +
> > >  src/log-writes/log-writes.h |   1 +
> > >  src/log-writes/replay-log.c |   1 +
> > >  src/t_immutable.c           |   2 +-
> > >  tests/Makefile              |   2 +-
> > >  tests/btrfs/166             |  57 ++++++++++++++++++++++++
> > >  tests/btrfs/166.out         |   2 +
> > >  tests/btrfs/167             |  76 ++++++++++++++++++++++++++++++++
> > >  tests/btrfs/167.out         |   2 +
> > >  tests/btrfs/group           |   2 +
> > >  tests/generic/085           |  11 ++---
> > >  tests/shared/008            |  64 +++++++++++++++++++++++++++
> > >  tests/shared/008.out        |   3 ++
> > >  tests/shared/009            | 104 ++++++++++++++++++++++++++++++++++++++++++++
> > >  tests/shared/009.out        |   4 ++
> > >  tests/shared/010            |  94 +++++++++++++++++++++++++++++++++++++++
> > >  tests/shared/010.out        |   2 +
> > >  tests/shared/group          |   3 ++
> > >  tests/xfs/365               |   2 +-
> > >  tests/xfs/450               |  64 +++++++++++++++++++++++++++
> > >  tests/xfs/450.out           |   2 +
> > >  tests/xfs/451               |  57 ++++++++++++++++++++++++
> > >  tests/xfs/451.out           |   2 +
> > >  tests/xfs/452               |  49 +++++++++++++++++++++
> > >  tests/xfs/452.out           |   7 +++
> > >  tests/xfs/group             |   3 ++
> > >  37 files changed, 646 insertions(+), 90 deletions(-)
> > > --
> > > Eryu Guan
> > > guaneryu@xxxxxxxxx
> >
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe fstests" in
> > the body of a message to majordomo@xxxxxxxxxxxxxxx
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux