public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] fstests: master branch updated to 42b851446ff1
@ 2018-07-01 13:07 Eryu Guan
  2018-07-02  2:20 ` Zorro Lang
  0 siblings, 1 reply; 6+ messages in thread
From: Eryu Guan @ 2018-07-01 13:07 UTC (permalink / raw)
  To: fstests

[-- Attachment #1: Type: text/plain, Size: 3473 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 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

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@gmail.com

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

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

* Re: [ANNOUNCE] fstests: master branch updated to 42b851446ff1
  2018-07-01 13:07 [ANNOUNCE] fstests: master branch updated to 42b851446ff1 Eryu Guan
@ 2018-07-02  2:20 ` Zorro Lang
  2018-07-02  2:42   ` Lu Fengqi
  0 siblings, 1 reply; 6+ messages in thread
From: Zorro Lang @ 2018-07-02  2:20 UTC (permalink / raw)
  To: Eryu Guan; +Cc: fstests

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?

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@gmail.com



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

* Re: [ANNOUNCE] fstests: master branch updated to 42b851446ff1
  2018-07-02  2:20 ` Zorro Lang
@ 2018-07-02  2:42   ` Lu Fengqi
  2018-07-02  7:19     ` Eryu Guan
  0 siblings, 1 reply; 6+ messages in thread
From: Lu Fengqi @ 2018-07-02  2:42 UTC (permalink / raw)
  To: zlang; +Cc: guaneryu, fstests

Zorro Lang <zlang@redhat.com> 于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?

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

-------------------------------------------------------------
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@gmail.com
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [ANNOUNCE] fstests: master branch updated to 42b851446ff1
  2018-07-02  2:42   ` Lu Fengqi
@ 2018-07-02  7:19     ` Eryu Guan
  2018-07-02  7:27       ` Amir Goldstein
  0 siblings, 1 reply; 6+ messages in thread
From: Eryu Guan @ 2018-07-02  7:19 UTC (permalink / raw)
  To: Lu Fengqi, zlang; +Cc: fstests

On Mon, Jul 02, 2018 at 10:42:19AM +0800, Lu Fengqi wrote:
> Zorro Lang <zlang@redhat.com> 于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@gmail.com
> >
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe fstests" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [ANNOUNCE] fstests: master branch updated to 42b851446ff1
  2018-07-02  7:19     ` Eryu Guan
@ 2018-07-02  7:27       ` Amir Goldstein
  2018-07-02  8:18         ` Lu Fengqi
  0 siblings, 1 reply; 6+ messages in thread
From: Amir Goldstein @ 2018-07-02  7:27 UTC (permalink / raw)
  To: Eryu Guan; +Cc: Lu Fengqi, Zorro Lang, fstests

On Mon, Jul 2, 2018 at 10:19 AM, Eryu Guan <guaneryu@gmail.com> wrote:
> On Mon, Jul 02, 2018 at 10:42:19AM +0800, Lu Fengqi wrote:
>> Zorro Lang <zlang@redhat.com> 于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..
>

My experience is that 'make' failed but 'make clean; make' did fine.

Thanks,
Amir.

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

* Re: [ANNOUNCE] fstests: master branch updated to 42b851446ff1
  2018-07-02  7:27       ` Amir Goldstein
@ 2018-07-02  8:18         ` Lu Fengqi
  0 siblings, 0 replies; 6+ messages in thread
From: Lu Fengqi @ 2018-07-02  8:18 UTC (permalink / raw)
  To: amir73il; +Cc: guaneryu, zlang, fstests

Amir Goldstein <amir73il@gmail.com> 于2018年7月2日周一 下午3:27写道:
>
> On Mon, Jul 2, 2018 at 10:19 AM, Eryu Guan <guaneryu@gmail.com> wrote:
> > On Mon, Jul 02, 2018 at 10:42:19AM +0800, Lu Fengqi wrote:
> >> Zorro Lang <zlang@redhat.com> 于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..
> >
>
> My experience is that 'make' failed but 'make clean; make' did fine.
>
The btrfs-progs have the following targets to check build infrastructure,
may we create the similar target for xfstests?

test-build: test-build-pre test-build-real

test-build-pre:
        $(MAKE) $(MAKEOPTS) clean-all
        ./autogen.sh
        ./configure

test-build-real:
        $(MAKE) $(MAKEOPTS) library-test
        -$(MAKE) $(MAKEOPTS) library-test.static
        $(MAKE) $(MAKEOPTS) -j 8 all
        -$(MAKE) $(MAKEOPTS) -j 8 static
        $(MAKE) $(MAKEOPTS) -j 8 $(progs_extra)
-------------------------------------------------------------
Thanks,
Lu

> Thanks,
> Amir.

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

end of thread, other threads:[~2018-07-02  8:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-01 13:07 [ANNOUNCE] fstests: master branch updated to 42b851446ff1 Eryu Guan
2018-07-02  2:20 ` Zorro Lang
2018-07-02  2:42   ` Lu Fengqi
2018-07-02  7:19     ` Eryu Guan
2018-07-02  7:27       ` Amir Goldstein
2018-07-02  8:18         ` Lu Fengqi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox