All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] fstests: master branch updated to a589a208405d
@ 2017-04-09  9:48 Eryu Guan
  2017-04-09 10:06 ` Amir Goldstein
  0 siblings, 1 reply; 2+ messages in thread
From: Eryu Guan @ 2017-04-09  9:48 UTC (permalink / raw)
  To: fstests

[-- Attachment #1: Type: text/plain, Size: 1882 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 is a normal update that has two new tests added,
one generic test and one overlay test, and other improvements and bug fixes.
Note that IRIX support is removed in the new test template, eventually we may
want to remove whole IRIX support.

New failures I've noticed in this update:
- overlay/030 fails as append-only dirs are not honored in truncate operation

Thanks,
Eryu

The new head of the master branch is commit:

a589a208405d src/t_immutable: add ftruncate to append only tests

New commits:

Amir Goldstein (4):
      [e1a49994e579] fstests: _require_chattr() must get an input arg
      [8a8a4b95b25c] generic/079: use _require_test_program
      [941ea73ec3c5] overlay: test immutable and append-only upper files
      [a589a208405d] src/t_immutable: add ftruncate to append only tests

Filipe Manana (3):
      [a62c85dbabf3] common/rc: check fs supports xfs_io falloc's specific flags
      [c7cbc1cd614a] generic: test for number of bytes used by files after buffered writes
      [f3c84f3d553e] generic/071: check if fs supports fallocate KEEP_SIZE flag

Qu Wenruo (1):
      [073b2def71ff] fstests: Remove IRIX os support from template


Code Diffstat:

 common/rc             |  27 ++++++-----
 new                   |   2 +-
 src/t_immutable.c     |  15 ++++++
 tests/generic/071     |   2 +-
 tests/generic/079     |   6 +--
 tests/generic/422     | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/422.out |  41 ++++++++++++++++
 tests/generic/group   |   1 +
 tests/overlay/027     |   2 +-
 tests/overlay/030     |  73 +++++++++++++++++++++++++++++
 tests/overlay/030.out |   5 ++
 tests/overlay/group   |   1 +
 12 files changed, 283 insertions(+), 19 deletions(-)
--
Eryu Guan
eguan@redhat.com

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

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

* Re: [ANNOUNCE] fstests: master branch updated to a589a208405d
  2017-04-09  9:48 [ANNOUNCE] fstests: master branch updated to a589a208405d Eryu Guan
@ 2017-04-09 10:06 ` Amir Goldstein
  0 siblings, 0 replies; 2+ messages in thread
From: Amir Goldstein @ 2017-04-09 10:06 UTC (permalink / raw)
  To: Eryu Guan; +Cc: fstests

On Sun, Apr 9, 2017 at 12:48 PM, Eryu Guan <guaneryu@gmail.com> 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 is a normal update that has two new tests added,
> one generic test and one overlay test, and other improvements and bug fixes.
> Note that IRIX support is removed in the new test template, eventually we may
> want to remove whole IRIX support.
>
> New failures I've noticed in this update:
> - overlay/030 fails as append-only dirs are not honored in truncate operation

Actually, it's append-only regular files that are not honored.
chattr +a on directories seems to be honored correctly.
One of my earlier emails had some wrong statements wrt directories
which may have confused you.

>
> Thanks,
> Eryu
>
> The new head of the master branch is commit:
>
> a589a208405d src/t_immutable: add ftruncate to append only tests
>
> New commits:
>
> Amir Goldstein (4):
>       [e1a49994e579] fstests: _require_chattr() must get an input arg
>       [8a8a4b95b25c] generic/079: use _require_test_program
>       [941ea73ec3c5] overlay: test immutable and append-only upper files
>       [a589a208405d] src/t_immutable: add ftruncate to append only tests
>
> Filipe Manana (3):
>       [a62c85dbabf3] common/rc: check fs supports xfs_io falloc's specific flags
>       [c7cbc1cd614a] generic: test for number of bytes used by files after buffered writes
>       [f3c84f3d553e] generic/071: check if fs supports fallocate KEEP_SIZE flag
>
> Qu Wenruo (1):
>       [073b2def71ff] fstests: Remove IRIX os support from template
>
>
> Code Diffstat:
>
>  common/rc             |  27 ++++++-----
>  new                   |   2 +-
>  src/t_immutable.c     |  15 ++++++
>  tests/generic/071     |   2 +-
>  tests/generic/079     |   6 +--
>  tests/generic/422     | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  tests/generic/422.out |  41 ++++++++++++++++
>  tests/generic/group   |   1 +
>  tests/overlay/027     |   2 +-
>  tests/overlay/030     |  73 +++++++++++++++++++++++++++++
>  tests/overlay/030.out |   5 ++
>  tests/overlay/group   |   1 +
>  12 files changed, 283 insertions(+), 19 deletions(-)
> --
> Eryu Guan
> eguan@redhat.com

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

end of thread, other threads:[~2017-04-09 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-09  9:48 [ANNOUNCE] fstests: master branch updated to a589a208405d Eryu Guan
2017-04-09 10:06 ` Amir Goldstein

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.