gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 217/324: tests/mq: Spam the log less.


From: gnunet
Subject: [gnunet-scheme] 217/324: tests/mq: Spam the log less.
Date: Tue, 21 Sep 2021 13:24:17 +0200

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 63238766fec69907505212e43a2a4dd39f2024ed
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Aug 31 19:17:32 2021 +0200

    tests/mq: Spam the log less.
    
    * gnu/gnunet/mq.scm
      ("the (approximate) cancellation count is accurate, when not sending, 
even when cancelling concurrently (also, uncancelled messages are not lost)"):
      Don't peek the message index.
---
 tests/mq.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/mq.scm b/tests/mq.scm
index 82f2f82..3485022 100644
--- a/tests/mq.scm
+++ b/tests/mq.scm
@@ -921,7 +921,7 @@ While we're at it, verify each element is an uncancelled 
envelope."
     (do ((i (/ messages/cancellation 2) (+ i 1)))
        ((>= (/ i messages/cancellation) 7/8))
       (attempt-cancel!
-       (vector-ref messages (pk 'iiii i))
+       (vector-ref messages i)
        ((now-cancelled)
        ;; 3/4 is the (arbitrary) ratio at which
        ;; the garbage is thrown out

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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