Author: tridge
Date: 2005-09-24 07:07:22 +0000 (Sat, 24 Sep 2005)
New Revision: 10470

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

Log:
solaris8 has a problem with tdbtorture with 3 processes. To see if
this is just a solaris issue this patch changes the default to 3, and
I'll see how many build farm boxes break

Modified:
   branches/SAMBA_4_0/source/lib/tdb/tools/tdbtorture.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/tools/tdbtorture.c
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/tools/tdbtorture.c        2005-09-24 
06:53:24 UTC (rev 10469)
+++ branches/SAMBA_4_0/source/lib/tdb/tools/tdbtorture.c        2005-09-24 
07:07:22 UTC (rev 10470)
@@ -230,7 +230,7 @@
  int main(int argc, char * const *argv)
 {
        int i, seed = -1;
-       int num_procs = 2;
+       int num_procs = 3;
        int num_loops = 5000;
        int hash_size = 2;
        int c;

Reply via email to