gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 201/324: tests/mq-stream: Make test more strict.


From: gnunet
Subject: [gnunet-scheme] 201/324: tests/mq-stream: Make test more strict.
Date: Tue, 21 Sep 2021 13:24:01 +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 13fd17f443cd55502b08d9672ea7827dce9d318d
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Aug 27 15:58:14 2021 +0200

    tests/mq-stream: Make test more strict.
    
    * tests/mq-stream.scm
      ("closed for writing --> handle-input! stops (port->message-queue)"):
      Set #:drain? #true.
---
 tests/mq-stream.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/mq-stream.scm b/tests/mq-stream.scm
index 8ad905f..b013ddc 100644
--- a/tests/mq-stream.scm
+++ b/tests/mq-stream.scm
@@ -552,6 +552,8 @@
      ;; shouldn't be called.
      (yield-many)
      (sleep 0.1) ; might not be necessary anymore
-     #t)))
+     #t)
+   #:drain? #t
+   #:parallelism 1))
 
 (test-end "mq-stream")

-- 
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]