The autobuild test system (on sn-devel-104) 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-104/2016-09-16-0705/flakey.log The samba build logs are available here: http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-16-0705/samba.stderr http://git.samba.org/autobuild.flakey.sn-devel-104/2016-09-16-0705/samba.stdout The top commit at the time of the failure was: commit 2a2ac63975b8ff41ede8e93ef2b33148c89f185f Author: Ralph Boehme <[email protected]> Date: Wed Sep 14 12:52:48 2016 +0200 s3/smbd: set FILE_ATTRIBUTE_DIRECTORY as necessary Some VFS modules like GPFS will always return success from SMB_VFS_GET_DOS_ATTRIBUTES() but only set a subset of the attributes. It neither sets FILE_ATTRIBUTE_NORMAL nor FILE_ATTRIBUTE_DIRECTORY. We already handle the case that the VFS stack returns with result==0 and then add the FILE_ATTRIBUTE_NORMAL, regardless of the type of the filesystem object. If we want to handle result==0 situation in the SMB_VFS_GET_DOS_ATTRIBUTES() caller, then do it right by either setting FILE_ATTRIBUTE_NORMAL or FILE_ATTRIBUTE_DIRECTORY. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12261 Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Autobuild-User(master): Jeremy Allison <[email protected]> Autobuild-Date(master): Fri Sep 16 00:34:43 CEST 2016 on sn-devel-144
