gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/02: rps tests: remove assertion


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/02: rps tests: remove assertion
Date: Mon, 08 Jan 2018 11:06:09 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

commit 0c01177246206939ab60cb04042d51e508c6682b
Author: Julius Bünger <address@hidden>
AuthorDate: Sun Jan 7 23:09:35 2018 +0100

    rps tests: remove assertion
---
 src/rps/test_rps.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 2cc1ac62e..3551eb184 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -1265,8 +1265,6 @@ manage_service_wrapper (unsigned int i, unsigned int j,
   struct OpListEntry *entry;
   uint32_t prob;
 
-  GNUNET_assert (GNUNET_YES == rps_peers[j].online);
-
   /* make sure that management operation is not already scheduled */
   if (NULL != rps_peers[j].entry_op_manage)
   {
@@ -1288,10 +1286,6 @@ manage_service_wrapper (unsigned int i, unsigned int j,
                 GNUNET_i2s (rps_peers[j].peer_id),
                 (PEER_GO_OFFLINE == delta) ? "offline" : "online");
 
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                "testbed_peers points to %p, peer 0 to %p\n",
-                testbed_peers, testbed_peers[0]);
-
     if (PEER_GO_OFFLINE == delta)
       cancel_pending_req_rep (&rps_peers[j]);
     entry = make_oplist_entry ();

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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