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/2016-02-08-2149/flakey.log The samba build logs are available here: http://git.samba.org/autobuild.flakey.sn-devel-144/2016-02-08-2149/samba.stderr http://git.samba.org/autobuild.flakey.sn-devel-144/2016-02-08-2149/samba.stdout The top commit at the time of the failure was: commit 4953b1f73f8ec9387516be1058434d71937e1447 Author: Nathan Huff <[email protected]> Date: Fri Feb 5 13:35:07 2016 -0700 Fix ETIME handling for Solaris event ports. It is possible for port_getn to return -1 with errno set to ETIME and still return events. If those events aren't processed the association is lost by samba since the kernel dissacociated them and samba never processed them so never reassociated them with the event port. The patch checks the nget return value in the case of ETIME and if it is non 0 it doesn't return and goes through the event processing loop. Signed-off-by: Nathan Huff <[email protected]> Reviewed-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Autobuild-User(master): Ralph Böhme <[email protected]> Autobuild-Date(master): Sun Feb 7 11:26:35 CET 2016 on sn-devel-144
