svn commit: samba r7371 - in branches/SAMBA_3_0/source/torture: .

vlendec at samba.org vlendec at samba.org
Tue Jun 7 15:59:15 GMT 2005


Author: vlendec
Date: 2005-06-07 15:59:14 +0000 (Tue, 07 Jun 2005)
New Revision: 7371

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7371

Log:
On one build farm box dirtest1 does not return, I think this might be due to
it being too slow. The build farm re-runs that with debuglevel 10, and this
ends up with a 400MB logfile which is not synced. Lets see if with this change
the machine pops up on build.samba.org....

Volker

Modified:
   branches/SAMBA_3_0/source/torture/torture.c


Changeset:
Modified: branches/SAMBA_3_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_3_0/source/torture/torture.c	2005-06-07 14:34:10 UTC (rev 7370)
+++ branches/SAMBA_3_0/source/torture/torture.c	2005-06-07 15:59:14 UTC (rev 7371)
@@ -4481,6 +4481,10 @@
 
 	cli_sockopt(cli, sockops);
 
+	/* This is for a particular *slow* machine, lets see whether this then
+	 * shows up in the build farm. */
+	cli->timeout *= 10;
+
 	cli_list(cli, "\\LISTDIR\\*", 0, del_fn, cli);
 	cli_list(cli, "\\LISTDIR\\*", aDIR, del_fn, cli);
 	cli_rmdir(cli, "\\LISTDIR");



More information about the samba-cvs mailing list