The autobuild test system (on sn-devel-144) has detected an intermittent failing test in the current master tree.
The autobuild log of the failure is available here: http://git.samba.org/autobuild.flakey.sn-devel-144/2017-01-28-0617/flakey.log The samba build logs are available here: http://git.samba.org/autobuild.flakey.sn-devel-144/2017-01-28-0617/samba.stderr http://git.samba.org/autobuild.flakey.sn-devel-144/2017-01-28-0617/samba.stdout The top commit at the time of the failure was: commit 9a3b64a24cc21124485b423c9b70b67ff5a96f10 Author: Ralph Boehme <[email protected]> Date: Thu Jan 26 11:49:55 2017 +0100 vfs_fruit: checks wrong AAPL config state and so always uses readdirattr readdirattr should only be enabled if the client enables it via AAPL negotitiation, not for all clients when vfs_fruit is loaded. Unfortunately the check in fruit_readdir_attr() is if (!config->use_aapl) { return SMB_VFS_NEXT_READDIR_ATTR(handle, fname, mem_ctx, pattr_data); } This uses the wrong config state "use_aapl" which is always true by default (config option "fruit:aapl"). We must use "nego_aapl" instead which is only true if the client really negotiated this feature. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12541 Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Autobuild-User(master): Jeremy Allison <[email protected]> Autobuild-Date(master): Sat Jan 28 01:49:11 CET 2017 on sn-devel-144
