gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34472 - gnunet/src/revocation


From: gnunet
Subject: [GNUnet-SVN] r34472 - gnunet/src/revocation
Date: Wed, 3 Dec 2014 18:19:26 +0100

Author: harsha
Date: 2014-12-03 18:19:26 +0100 (Wed, 03 Dec 2014)
New Revision: 34472

Modified:
   gnunet/src/revocation/test_revocation.c
Log:
Fix #3562: continue test if required number of links have been established,
despite failures as they will be retried.


Modified: gnunet/src/revocation/test_revocation.c
===================================================================
--- gnunet/src/revocation/test_revocation.c     2014-12-03 15:57:46 UTC (rev 
34471)
+++ gnunet/src/revocation/test_revocation.c     2014-12-03 17:19:26 UTC (rev 
34472)
@@ -383,7 +383,8 @@
     GNUNET_SCHEDULER_shutdown ();
     return;
   }
-  if (0 == links_failed)
+   /* We are generating a CLIQUE */
+  if (NUM_TEST_PEERS * (NUM_TEST_PEERS -1) == links_succeeded)
   {
     fprintf (stderr,
              "Testbed connected peers, initializing test\n");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]