All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] fstests: master branch updated to 0ad1c034838d
@ 2020-12-20 16:55 Eryu Guan
  2020-12-21  1:02 ` Xiao Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Eryu Guan @ 2020-12-20 16:55 UTC (permalink / raw)
  To: fstests

[-- Attachment #1: Type: text/plain, Size: 2984 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. As usual, this update contains some new tests and
various bug fixes and improvements.

New btrfs tests btrfs/154 and btrfs/227 all currently fail with latest kernel.
And xfs/513 has been updated to catch a xfs bug, but it should pass with latest
kenrel.

Also, unionmount tests has been improved to run with custom overlay mount
options by assigning $OVERLAY_MOUNT_OPTIONS to UNIONMOUNT_MNTOPTIONS. You need
to update your local unionmount tests to latest to contain commit 95be14e
("Allow user provided options with or without -o")

Thanks,
Eryu

The new head of the master branch is commit:

0ad1c034838d overlay: run unionmount tests with custom overlay mount options

New commits:

Amir Goldstein (1):
      [0ad1c034838d] overlay: run unionmount tests with custom overlay mount options

Brian Foster (1):
      [62cf7ce77f4f] generic/563: use a loop device to avoid partition incompatibility

Eric Biggers (1):
      [a225507009a3] generic: test for creating duplicate filenames in encrypted dir

Feiyu Zhu (1):
      [0c5013c565b7] src/t_enospc.c: Fix an error for the loop initialization declaration

Filipe Manana (1):
      [eabfcdfe9084] btrfs: test incremental send after removing a directory and all its files

Kaixu Xia (1):
      [c2dd12732f31] xfs/513: fix the regression caused by mount option uqnoenforce

Nikolay Borisov (1):
      [2a7406efecc2] btrfs: Update btrfs/215

Ritesh Harjani (1):
      [72dc169b442e] generic: Add test to check for mounting a huge sparse dm device

Su Yue (1):
      [a633d252e3c4] shared/032: add options for jffs2

Xiao Yang (1):
      [90d76997831e] src/multi_open_unlink: Stop using attr_set

ethanwu (1):
      [9f0744b16961] btrfs: test if rename handles dir item collision correctly


Code Diffstat:

 common/overlay                  |   8 ++
 common/rc                       |  31 ++++++++
 src/Makefile                    |   2 +-
 src/btrfs_crc32c_forged_name.py |  91 ++++++++++++++++++++++
 src/multi_open_unlink.c         |   8 +-
 src/t_enospc.c                  |   8 +-
 tests/btrfs/154                 |  64 ++++++++++++++++
 tests/btrfs/154.out             |   2 +
 tests/btrfs/215                 |  14 ++--
 tests/btrfs/227                 | 122 +++++++++++++++++++++++++++++
 tests/btrfs/227.out             |   6 ++
 tests/btrfs/group               |   2 +
 tests/generic/563               |  23 ++++--
 tests/generic/620               |  62 +++++++++++++++
 tests/generic/620.out           |   3 +
 tests/generic/621               | 166 ++++++++++++++++++++++++++++++++++++++++
 tests/generic/621.out           |  21 +++++
 tests/generic/group             |   2 +
 tests/shared/032                |   5 ++
 tests/xfs/513                   |   4 +-
 tests/xfs/513.out               |   4 +-
 21 files changed, 621 insertions(+), 27 deletions(-)
--
Eryu Guan
guaneryu@gmail.com

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

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

* Re: [ANNOUNCE] fstests: master branch updated to 0ad1c034838d
  2020-12-20 16:55 [ANNOUNCE] fstests: master branch updated to 0ad1c034838d Eryu Guan
@ 2020-12-21  1:02 ` Xiao Yang
  2020-12-21  3:07   ` Eryu Guan
  0 siblings, 1 reply; 4+ messages in thread
From: Xiao Yang @ 2020-12-21  1:02 UTC (permalink / raw)
  To: Eryu Guan; +Cc: fstests

On 2020/12/21 0:55, 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. As usual, this update contains some new tests and
> various bug fixes and improvements.
>
> New btrfs tests btrfs/154 and btrfs/227 all currently fail with latest kernel.
> And xfs/513 has been updated to catch a xfs bug, but it should pass with latest
> kenrel.
>
> Also, unionmount tests has been improved to run with custom overlay mount
> options by assigning $OVERLAY_MOUNT_OPTIONS to UNIONMOUNT_MNTOPTIONS. You need
> to update your local unionmount tests to latest to contain commit 95be14e
> ("Allow user provided options with or without -o")
>
> Thanks,
> Eryu
>
> The new head of the master branch is commit:
>
> 0ad1c034838d overlay: run unionmount tests with custom overlay mount options
>
> New commits:
>
> Amir Goldstein (1):
>       [0ad1c034838d] overlay: run unionmount tests with custom overlay mount options
>
> Brian Foster (1):
>       [62cf7ce77f4f] generic/563: use a loop device to avoid partition incompatibility
>
> Eric Biggers (1):
>       [a225507009a3] generic: test for creating duplicate filenames in encrypted dir
>
> Feiyu Zhu (1):
>       [0c5013c565b7] src/t_enospc.c: Fix an error for the loop initialization declaration
>
> Filipe Manana (1):
>       [eabfcdfe9084] btrfs: test incremental send after removing a directory and all its files
>
> Kaixu Xia (1):
>       [c2dd12732f31] xfs/513: fix the regression caused by mount option uqnoenforce
>
> Nikolay Borisov (1):
>       [2a7406efecc2] btrfs: Update btrfs/215
>
> Ritesh Harjani (1):
>       [72dc169b442e] generic: Add test to check for mounting a huge sparse dm device
>
> Su Yue (1):
>       [a633d252e3c4] shared/032: add options for jffs2
>
> Xiao Yang (1):
>       [90d76997831e] src/multi_open_unlink: Stop using attr_set
Hi Eryu,

Only applying above patch broke the building of xfstests. :-)
See my explanation on the original patch set.

Best Regards,
Xiao Yang
> ethanwu (1):
>       [9f0744b16961] btrfs: test if rename handles dir item collision correctly
>
>
> Code Diffstat:
>
>  common/overlay                  |   8 ++
>  common/rc                       |  31 ++++++++
>  src/Makefile                    |   2 +-
>  src/btrfs_crc32c_forged_name.py |  91 ++++++++++++++++++++++
>  src/multi_open_unlink.c         |   8 +-
>  src/t_enospc.c                  |   8 +-
>  tests/btrfs/154                 |  64 ++++++++++++++++
>  tests/btrfs/154.out             |   2 +
>  tests/btrfs/215                 |  14 ++--
>  tests/btrfs/227                 | 122 +++++++++++++++++++++++++++++
>  tests/btrfs/227.out             |   6 ++
>  tests/btrfs/group               |   2 +
>  tests/generic/563               |  23 ++++--
>  tests/generic/620               |  62 +++++++++++++++
>  tests/generic/620.out           |   3 +
>  tests/generic/621               | 166 ++++++++++++++++++++++++++++++++++++++++
>  tests/generic/621.out           |  21 +++++
>  tests/generic/group             |   2 +
>  tests/shared/032                |   5 ++
>  tests/xfs/513                   |   4 +-
>  tests/xfs/513.out               |   4 +-
>  21 files changed, 621 insertions(+), 27 deletions(-)
> --
> Eryu Guan
> guaneryu@gmail.com




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

* Re: [ANNOUNCE] fstests: master branch updated to 0ad1c034838d
  2020-12-21  1:02 ` Xiao Yang
@ 2020-12-21  3:07   ` Eryu Guan
  2021-01-04 22:20     ` Darrick J. Wong
  0 siblings, 1 reply; 4+ messages in thread
From: Eryu Guan @ 2020-12-21  3:07 UTC (permalink / raw)
  To: Xiao Yang; +Cc: Eryu Guan, fstests

On Mon, Dec 21, 2020 at 09:02:02AM +0800, Xiao Yang wrote:
> On 2020/12/21 0:55, 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. As usual, this update contains some new tests and
> > various bug fixes and improvements.
> >
> > New btrfs tests btrfs/154 and btrfs/227 all currently fail with latest kernel.
> > And xfs/513 has been updated to catch a xfs bug, but it should pass with latest
> > kenrel.
> >
> > Also, unionmount tests has been improved to run with custom overlay mount
> > options by assigning $OVERLAY_MOUNT_OPTIONS to UNIONMOUNT_MNTOPTIONS. You need
> > to update your local unionmount tests to latest to contain commit 95be14e
> > ("Allow user provided options with or without -o")
> >
> > Thanks,
> > Eryu
> >
> > The new head of the master branch is commit:
> >
> > 0ad1c034838d overlay: run unionmount tests with custom overlay mount options
> >
> > New commits:
> >
> > Amir Goldstein (1):
> >       [0ad1c034838d] overlay: run unionmount tests with custom overlay mount options
> >
> > Brian Foster (1):
> >       [62cf7ce77f4f] generic/563: use a loop device to avoid partition incompatibility
> >
> > Eric Biggers (1):
> >       [a225507009a3] generic: test for creating duplicate filenames in encrypted dir
> >
> > Feiyu Zhu (1):
> >       [0c5013c565b7] src/t_enospc.c: Fix an error for the loop initialization declaration
> >
> > Filipe Manana (1):
> >       [eabfcdfe9084] btrfs: test incremental send after removing a directory and all its files
> >
> > Kaixu Xia (1):
> >       [c2dd12732f31] xfs/513: fix the regression caused by mount option uqnoenforce
> >
> > Nikolay Borisov (1):
> >       [2a7406efecc2] btrfs: Update btrfs/215
> >
> > Ritesh Harjani (1):
> >       [72dc169b442e] generic: Add test to check for mounting a huge sparse dm device
> >
> > Su Yue (1):
> >       [a633d252e3c4] shared/032: add options for jffs2
> >
> > Xiao Yang (1):
> >       [90d76997831e] src/multi_open_unlink: Stop using attr_set
> Hi Eryu,
> 
> Only applying above patch broke the building of xfstests. :-)
> See my explanation on the original patch set.

Thanks for the heads-up! That's weird, I didn't see compile error in my
testing.. Will look into that.

Thanks,
Eryu

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

* Re: [ANNOUNCE] fstests: master branch updated to 0ad1c034838d
  2020-12-21  3:07   ` Eryu Guan
@ 2021-01-04 22:20     ` Darrick J. Wong
  0 siblings, 0 replies; 4+ messages in thread
From: Darrick J. Wong @ 2021-01-04 22:20 UTC (permalink / raw)
  To: Eryu Guan; +Cc: Xiao Yang, Eryu Guan, fstests

On Mon, Dec 21, 2020 at 11:07:02AM +0800, Eryu Guan wrote:
> On Mon, Dec 21, 2020 at 09:02:02AM +0800, Xiao Yang wrote:
> > On 2020/12/21 0:55, 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. As usual, this update contains some new tests and
> > > various bug fixes and improvements.
> > >
> > > New btrfs tests btrfs/154 and btrfs/227 all currently fail with latest kernel.
> > > And xfs/513 has been updated to catch a xfs bug, but it should pass with latest
> > > kenrel.
> > >
> > > Also, unionmount tests has been improved to run with custom overlay mount
> > > options by assigning $OVERLAY_MOUNT_OPTIONS to UNIONMOUNT_MNTOPTIONS. You need
> > > to update your local unionmount tests to latest to contain commit 95be14e
> > > ("Allow user provided options with or without -o")
> > >
> > > Thanks,
> > > Eryu
> > >
> > > The new head of the master branch is commit:
> > >
> > > 0ad1c034838d overlay: run unionmount tests with custom overlay mount options
> > >
> > > New commits:
> > >
> > > Amir Goldstein (1):
> > >       [0ad1c034838d] overlay: run unionmount tests with custom overlay mount options
> > >
> > > Brian Foster (1):
> > >       [62cf7ce77f4f] generic/563: use a loop device to avoid partition incompatibility
> > >
> > > Eric Biggers (1):
> > >       [a225507009a3] generic: test for creating duplicate filenames in encrypted dir
> > >
> > > Feiyu Zhu (1):
> > >       [0c5013c565b7] src/t_enospc.c: Fix an error for the loop initialization declaration
> > >
> > > Filipe Manana (1):
> > >       [eabfcdfe9084] btrfs: test incremental send after removing a directory and all its files
> > >
> > > Kaixu Xia (1):
> > >       [c2dd12732f31] xfs/513: fix the regression caused by mount option uqnoenforce
> > >
> > > Nikolay Borisov (1):
> > >       [2a7406efecc2] btrfs: Update btrfs/215
> > >
> > > Ritesh Harjani (1):
> > >       [72dc169b442e] generic: Add test to check for mounting a huge sparse dm device
> > >
> > > Su Yue (1):
> > >       [a633d252e3c4] shared/032: add options for jffs2
> > >
> > > Xiao Yang (1):
> > >       [90d76997831e] src/multi_open_unlink: Stop using attr_set
> > Hi Eryu,
> > 
> > Only applying above patch broke the building of xfstests. :-)
> > See my explanation on the original patch set.
> 
> Thanks for the heads-up! That's weird, I didn't see compile error in my
> testing.. Will look into that.

Yes, this seems to have regressed in the last update in exactly the way
that Xiao Yang said in

https://lore.kernel.org/fstests/5FDFF2A4.6080909@cn.fujitsu.com/T/#m10968fc738f98815692bad1dee269071654255a0

Applying the dmiperf removal is definitely one way to fix it.

--D

> Thanks,
> Eryu

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

end of thread, other threads:[~2021-01-04 22:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20 16:55 [ANNOUNCE] fstests: master branch updated to 0ad1c034838d Eryu Guan
2020-12-21  1:02 ` Xiao Yang
2020-12-21  3:07   ` Eryu Guan
2021-01-04 22:20     ` Darrick J. Wong

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.