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-05-12-1013/flakey.log The samba build logs are available here: http://git.samba.org/autobuild.flakey.sn-devel-144/2016-05-12-1013/samba.stderr http://git.samba.org/autobuild.flakey.sn-devel-144/2016-05-12-1013/samba.stdout The top commit at the time of the failure was: commit 7efbe1139796bb708176cd8dddb206a0f271ec1b Author: Christian Ambach <[email protected]> Date: Tue May 10 19:47:02 2016 +0200 s3:libsmb/clifile use correct value for MaxParameterCount for setting EAs Windows servers will refuse trans2 requests which use excessive request parameters. From [MS-CIFS|: <239> Section 3.3.5.2.5: Windows NT servers fail a transaction request with STATUS_INSUFF_SERVER_RESOURCES, if (SetupCount + MaxSetupCount + TotalParameterCount + MaxParameterCount + TotalDataCount + MaxDataCount) is greater than 65*1024. When attempting to set a large list of EAs for a file, this limit can be hit when using CLI_BUFFER_SIZE as MaxDataCount while the TRANS2_SET_PATH_INFORMATION response has no data reply, only parameters (section 2.2.6.7.2). Be as minimal as possible here to allow a maximum number of EAs to be written. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11354 Reviewed-by: Jeremy Allison <[email protected]> Signed-off-by: Christian Ambach <[email protected]> Autobuild-User(master): Jeremy Allison <[email protected]> Autobuild-Date(master): Wed May 11 18:35:59 CEST 2016 on sn-devel-144
