gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 04/11: distributed-hash-table: Add a 'disconnect-after-e


From: gnunet
Subject: [gnunet-scheme] 04/11: distributed-hash-table: Add a 'disconnect-after-eof-after-connected' test.
Date: Thu, 30 Jun 2022 00:49:24 +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 d2bc97643c9fe1a61fa800c5f3e73398d54295a2
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Jun 29 22:18:10 2022 +0000

    distributed-hash-table: Add a 'disconnect-after-eof-after-connected' test.
    
    * tests/distributed-hash-table.scm
      ("(DHT) notify disconnected after end-of-file, after 'connected'"):
      New test.
---
 tests/distributed-hash-table.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/distributed-hash-table.scm b/tests/distributed-hash-table.scm
index a961e43..227747a 100644
--- a/tests/distributed-hash-table.scm
+++ b/tests/distributed-hash-table.scm
@@ -662,6 +662,8 @@ supported.  When @var{explode} is signalled, the connection 
is closed."
   (close-not-connected-no-fallbacks "dht" connect disconnect!))
 (test-assert "(DHT) garbage collectable"
   (garbage-collectable "dht" connect))
+(test-assert "(DHT) notify disconnected after end-of-file, after 'connected'"
+  (disconnect-after-eof-after-connected "dht" connect))
 
 (define* (determine-reported-errors proc #:key (n-connections 1) (n-errors 1))
   (call-with-spawner/wait*

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