r10470: solaris8 has a problem with tdbtorture with 3 processes. To see if
authorAndrew Tridgell <tridge@samba.org>
Sat, 24 Sep 2005 07:07:22 +0000 (07:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:51 +0000 (13:38 -0500)
this is just a solaris issue this patch changes the default to 3, and
I'll see how many build farm boxes break
(This used to be commit c85836bafc9c042deac2a02ef6fddbfeaa5f47f1)

source4/lib/tdb/tools/tdbtorture.c

index eded5611062cfc4ace0cfc70597db0bc44b7505d..96f8c16dfb69662df422b08843754ab66dca78b5 100644 (file)
@@ -230,7 +230,7 @@ static void usage(void)
  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;