gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 12/12: tests/distributed-hash-table: Skip a to-be-invest


From: gnunet
Subject: [gnunet-scheme] 12/12: tests/distributed-hash-table: Skip a to-be-investigated hanging test.
Date: Mon, 12 Sep 2022 18:49:12 +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 c0c1dfffcbef68ec3d055e87637417dfb0882977
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Mon Sep 12 18:38:33 2022 +0200

    tests/distributed-hash-table: Skip a to-be-investigated hanging test.
    
    We know there's something wrong there, but no need to occasionally
    cause hangs.
    
    * tests/distributed-hash-table.scm ("searches restarted after
    disconnect"): Skip.
---
 tests/distributed-hash-table.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/distributed-hash-table.scm b/tests/distributed-hash-table.scm
index 9453873..4c712fc 100644
--- a/tests/distributed-hash-table.scm
+++ b/tests/distributed-hash-table.scm
@@ -800,6 +800,9 @@ supported.  When @var{explode} is signalled, the connection 
is closed."
         (loop (+ n 1))))
      #true)))
 
+;; XXX hangs, maybe a bug in the DHT simulation?  Maybe best replace with a
+;; full DHT simulation.
+(test-skip 1)
 (test-assert "searches restarted after disconnect"
   (let ((stop-first-server (make-condition))
        (first-accepted (make-condition)))

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