* [ANNOUNCE] xfstests: master branch updated to efef020df5b2
@ 2016-10-31 5:19 Dave Chinner
2016-10-31 7:31 ` Eryu Guan
0 siblings, 1 reply; 4+ messages in thread
From: Dave Chinner @ 2016-10-31 5:19 UTC (permalink / raw)
To: fstests
[-- Attachment #1: Type: text/plain, Size: 4099 bytes --]
Hi folks,
The master branch of the xfstests repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
have just been updated. Thatnks to everyone who added tests, fixed
problems and reviewed changed. And Thanks to Eryu for getting it all
together in a nice neat pile.
Note that there are a couple of outstanding fixes that are needed to
xfs_io to make use of a couple of changes made (generic/389 and use
of the "-i" option). That should happpen soon...
-Dave.
The new head of the master branch is commit:
efef020df5b2 src/seek_sanity_test: discover allocation size
New Commits:
Amir Goldstein (6):
[3fcfdba403c1] fstests: fix call sites that used xfs_io directly
[f182653c6bff] fstests: strip quotes from "$XFS_IO_PROG" call sites
[54659ecdb575] fstests: run xfs_io with -i option if supported
[93d72ed7f662] t_truncate_self: describe self better in error message
[044af9dd6632] overlay/013: fix bug in test_upper creation
[aa96e42b8dd7] overlay/013: adjust test expectation to kernel v4.8
Andreas Gruenbacher (1):
[f1edd77ebc28] generic: Check linking O_TMPFILE into namespace with POSIX ACLs
Benjamin Coddington (1):
[efef020df5b2] src/seek_sanity_test: discover allocation size
Darrick J. Wong (3):
[bf5a5da57247] xfs: set the refcount btree cowflag when setting up cow
[ed6e4664eeca] fstests: fix fallocate commands that need the unshare switch
[da41142607c2] xfs: fix more xfs_db open-coding instances
Eric Biggers (1):
[31db182a1c10] generic/314: remove from acl group
Eryu Guan (1):
[4c99b91d0ad9] xfs/054: only filter ROOT_INO at the beginning
Xiao Yang (1):
[dc46bab289da] xfs: remove the device parameter from __populate_check_xfs_dir
Code Diffstat:
common/quota | 4 +--
common/rc | 21 +++++++++++-----
common/reflink | 26 +++++++++----------
src/seek_sanity_test.c | 41 ++++++++++++++++++++++++------
src/t_truncate_self.c | 7 ++++--
tests/generic/043 | 2 +-
tests/generic/044 | 4 +--
tests/generic/045 | 4 +--
tests/generic/046 | 4 +--
tests/generic/047 | 2 +-
tests/generic/048 | 2 +-
tests/generic/049 | 2 +-
tests/generic/156 | 16 +++++-------
tests/generic/176 | 2 +-
tests/generic/224 | 4 +--
tests/generic/264 | 4 +--
tests/generic/389 | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/generic/389.out | 6 +++++
tests/generic/group | 3 ++-
tests/overlay/013 | 3 +--
tests/overlay/013.out | 2 +-
tests/xfs/004 | 2 +-
tests/xfs/007 | 8 +++---
tests/xfs/021 | 4 +--
tests/xfs/044 | 2 +-
tests/xfs/052 | 2 +-
tests/xfs/054 | 14 +++++------
tests/xfs/099 | 2 +-
tests/xfs/100 | 2 +-
tests/xfs/101 | 2 +-
tests/xfs/102 | 2 +-
tests/xfs/105 | 2 +-
tests/xfs/109 | 4 +--
tests/xfs/112 | 2 +-
tests/xfs/113 | 2 +-
tests/xfs/114 | 4 +--
tests/xfs/116 | 4 +--
tests/xfs/132 | 12 ++++-----
tests/xfs/136 | 6 ++---
tests/xfs/184 | 3 ++-
tests/xfs/190 | 4 +--
tests/xfs/192 | 3 ++-
tests/xfs/199 | 6 ++---
tests/xfs/200 | 3 ++-
tests/xfs/201 | 2 +-
tests/xfs/204 | 3 ++-
tests/xfs/229 | 2 +-
tests/xfs/250 | 2 +-
tests/xfs/278 | 16 ++++++------
tests/xfs/291 | 4 +--
tests/xfs/307 | 21 ++++++++--------
tests/xfs/308 | 21 ++++++++--------
tests/xfs/328 | 2 +-
tests/xfs/344 | 3 ++-
tests/xfs/345 | 3 ++-
tests/xfs/346 | 3 ++-
tests/xfs/347 | 3 ++-
57 files changed, 267 insertions(+), 144 deletions(-)
create mode 100755 tests/generic/389
create mode 100644 tests/generic/389.out
--
Dave Chinner
david@fromorbit.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [ANNOUNCE] xfstests: master branch updated to efef020df5b2
2016-10-31 5:19 [ANNOUNCE] xfstests: master branch updated to efef020df5b2 Dave Chinner
@ 2016-10-31 7:31 ` Eryu Guan
2016-10-31 7:37 ` Darrick J. Wong
2016-10-31 12:00 ` Dave Chinner
0 siblings, 2 replies; 4+ messages in thread
From: Eryu Guan @ 2016-10-31 7:31 UTC (permalink / raw)
To: Dave Chinner; +Cc: fstests
Hi Dave,
On Mon, Oct 31, 2016 at 04:19:19PM +1100, Dave Chinner wrote:
> Hi folks,
>
> The master branch of the xfstests repository at:
>
> git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
>
> have just been updated. Thatnks to everyone who added tests, fixed
Thanks for the update! But I don't see it in master branch, 'git pull'
fetched nothing, and master HEAD still points to "16ef084 xfs/122:
remove dead code".
Is there any latency from kernel.org so that I only have to wait for
more time? Or something went wrong with the push?
Thanks,
Eryu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] xfstests: master branch updated to efef020df5b2
2016-10-31 7:31 ` Eryu Guan
@ 2016-10-31 7:37 ` Darrick J. Wong
2016-10-31 12:00 ` Dave Chinner
1 sibling, 0 replies; 4+ messages in thread
From: Darrick J. Wong @ 2016-10-31 7:37 UTC (permalink / raw)
To: Eryu Guan; +Cc: Dave Chinner, fstests
On Mon, Oct 31, 2016 at 03:31:16PM +0800, Eryu Guan wrote:
> Hi Dave,
>
> On Mon, Oct 31, 2016 at 04:19:19PM +1100, Dave Chinner wrote:
> > Hi folks,
> >
> > The master branch of the xfstests repository at:
> >
> > git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
> >
> > have just been updated. Thatnks to everyone who added tests, fixed
>
> Thanks for the update! But I don't see it in master branch, 'git pull'
> fetched nothing, and master HEAD still points to "16ef084 xfs/122:
> remove dead code".
>
> Is there any latency from kernel.org so that I only have to wait for
> more time? Or something went wrong with the push?
Same complaint here. :)
--D
>
> Thanks,
> Eryu
> --
> 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] 4+ messages in thread
* Re: [ANNOUNCE] xfstests: master branch updated to efef020df5b2
2016-10-31 7:31 ` Eryu Guan
2016-10-31 7:37 ` Darrick J. Wong
@ 2016-10-31 12:00 ` Dave Chinner
1 sibling, 0 replies; 4+ messages in thread
From: Dave Chinner @ 2016-10-31 12:00 UTC (permalink / raw)
To: Eryu Guan; +Cc: fstests
On Mon, Oct 31, 2016 at 03:31:16PM +0800, Eryu Guan wrote:
> Hi Dave,
>
> On Mon, Oct 31, 2016 at 04:19:19PM +1100, Dave Chinner wrote:
> > Hi folks,
> >
> > The master branch of the xfstests repository at:
> >
> > git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
> >
> > have just been updated. Thatnks to everyone who added tests, fixed
>
> Thanks for the update! But I don't see it in master branch, 'git pull'
> fetched nothing, and master HEAD still points to "16ef084 xfs/122:
> remove dead code".
>
> Is there any latency from kernel.org so that I only have to wait for
> more time? Or something went wrong with the push?
No idea what went wrong there. I pushed, logged in and then switched
windows to write the email. For the first time in an awful long
time, I didn't bother to check that the push finished and the branch
was updated on kernel.org. Turns out something went wrong mid push -
looking at the logs on various machines round here I think the net
connection on my end went down, and when it reconnected I got a
different IP address and so the push failed without me actually
noticing...
I just repushed, and it has completed from my end, and the web
interface on git.kernel.org now registers it.
Thanks for letting me know somehting went wrong!
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-10-31 12:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-31 5:19 [ANNOUNCE] xfstests: master branch updated to efef020df5b2 Dave Chinner
2016-10-31 7:31 ` Eryu Guan
2016-10-31 7:37 ` Darrick J. Wong
2016-10-31 12:00 ` Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox