svn commit: samba r8537 - in branches/SAMBA_4_0/source/torture/raw: .

tridge at samba.org tridge at samba.org
Mon Jul 18 06:26:04 GMT 2005


Author: tridge
Date: 2005-07-18 06:26:03 +0000 (Mon, 18 Jul 2005)
New Revision: 8537

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

Log:
cope better with the small file handle limit on some systems in the build farm

Modified:
   branches/SAMBA_4_0/source/torture/raw/search.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/search.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/search.c	2005-07-18 05:15:22 UTC (rev 8536)
+++ branches/SAMBA_4_0/source/torture/raw/search.c	2005-07-18 06:26:03 UTC (rev 8537)
@@ -440,7 +440,7 @@
 	union smb_search_first io;
 	union smb_search_next io2;
 	NTSTATUS status;
-	const int per_search = 300;
+	const int per_search = 100;
 	struct multiple_result *result = data;
 
 	io.generic.level = level;
@@ -925,7 +925,7 @@
 */
 static BOOL test_many_dirs(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
 {
-	const int num_dirs = 300;
+	const int num_dirs = 100;
 	int i, fnum, n;
 	char *fname, *dname;
 	BOOL ret = True;



More information about the samba-cvs mailing list