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

tridge at samba.org tridge at samba.org
Tue Nov 22 03:21:43 GMT 2005


Author: tridge
Date: 2005-11-22 03:21:42 +0000 (Tue, 22 Nov 2005)
New Revision: 11838

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

Log:

lower the default numops in smbtorture. When people want lots of
repeated operations they should manually specify --num-ops=XX

this should speed up a few of the build farm tests

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/torture.c	2005-11-21 21:13:01 UTC (rev 11837)
+++ branches/SAMBA_4_0/source/torture/torture.c	2005-11-22 03:21:42 UTC (rev 11838)
@@ -29,7 +29,7 @@
 #include "librpc/gen_ndr/ndr_security.h"
 
 int torture_nprocs=4;
-int torture_numops=100;
+int torture_numops=10;
 int torture_entries=1000;
 int torture_failures=1;
 int torture_seed=0;



More information about the samba-cvs mailing list