gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 375/411: test506: make it not run in c-ares builds


From: gnunet
Subject: [gnurl] 375/411: test506: make it not run in c-ares builds
Date: Wed, 13 Jan 2021 01:23:10 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit 72ae6737e090dc42cb538e060eafd1e9c3f57249
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Thu Nov 26 17:24:55 2020 +0100

    test506: make it not run in c-ares builds
    
    As the asynch nature of it may trigger events in another order. A c-ares
    upgrade made it break.
    
    Reported-by: Marc Hörsken
    Fixes #6247
---
 tests/data/test506 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/data/test506 b/tests/data/test506
index c3cfec65a..35746bb6e 100644
--- a/tests/data/test506
+++ b/tests/data/test506
@@ -55,10 +55,11 @@ run 3: overwrite cookie 1 and 4, set cookie 6 with and 
without tailmatch
 <server>
 http
 </server>
-# don't run this with the threaded-resolver since the events might trigger in
-# a different order!
+# don't run this with the threaded-resolver or c-ares since the events might
+# trigger in a different order!
 <features>
 !threaded-resolver
+!c-ares
 </features>
 <name>
 HTTP with shared cookie list (and dns cache)

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