gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 12/16: tests/cadet: Enable "garbage collectable" test.


From: gnunet
Subject: [gnunet-scheme] 12/16: tests/cadet: Enable "garbage collectable" test.
Date: Wed, 27 Jul 2022 00:21:22 +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 adcd96b3ccf5501c9699cfade561e92cac9cde8f
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Jul 24 01:15:22 2022 +0200

    tests/cadet: Enable "garbage collectable" test.
    
    Seems to work nicely, aside from one irreproducible hang.
---
 tests/cadet.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/cadet.scm b/tests/cadet.scm
index 10e0caf..bf26514 100644
--- a/tests/cadet.scm
+++ b/tests/cadet.scm
@@ -37,9 +37,8 @@
 (test-assert "(CADET) close, not connected --> all fibers stop, no callbacks 
called"
   (close-not-connected-no-callbacks "cadet" connect disconnect!))
 
-(test-skip 1) ; TODO: fix the bug
-(test-assert "(CADET) garbage collectable" ; TOO: error unbound variable 
(320:7 stub)
-  (garbage-collectable "cadet" connect))
+(test-assert "(CADET) garbage collectable"
+ (garbage-collectable "cadet" connect))
 
 (test-assert "(CADET) notify disconnected after end-of-file, after 'connected'"
             (disconnect-after-eof-after-connected "cadet" connect))

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