[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] branch master updated: Moved test_quiesce to heavy tests
From: |
gnunet |
Subject: |
[libmicrohttpd] branch master updated: Moved test_quiesce to heavy tests |
Date: |
Tue, 30 Jan 2024 19:49:29 +0100 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
The following commit(s) were added to refs/heads/master by this push:
new e3673e4f Moved test_quiesce to heavy tests
e3673e4f is described below
commit e3673e4fd7a2cfc799a999b0a595284202d2e4bb
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jan 30 19:48:45 2024 +0100
Moved test_quiesce to heavy tests
Actually the test is not heavy, but it is slow and has very little
benefit (the tested functionality is very stable).
---
src/testcurl/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index f4ca1974..3ddbd068 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -59,12 +59,12 @@ endif
THREAD_ONLY_TESTS += \
test_get_wait \
test_get_wait11 \
- test_quiesce \
$(EMPTY_ITEM)
if HEAVY_TESTS
THREAD_ONLY_TESTS += \
test_concurrent_stop \
+ test_quiesce \
$(EMPTY_ITEM)
endif
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] branch master updated: Moved test_quiesce to heavy tests,
gnunet <=