[git] GPGME - branch, master, updated. gpgme-1.7.1-30-gddd0a3c
by Andre Heinecke
cvs at cvs.gnupg.org
Thu Nov 10 18:35:11 CET 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via ddd0a3cf90ac4b0a27ea610ebd7b9b8016ff43c4 (commit)
from e166724dcce29b2c9c98e421d07876ece2a63699 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ddd0a3cf90ac4b0a27ea610ebd7b9b8016ff43c4
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Thu Nov 10 18:32:26 2016 +0100
tests: Reduce thread count in new thread tests
* gpg/t-thread-keylist-verify.c,
gpg/t-thread-keylist.c: Reduce threads to 100
--
Due to the limit of FD_SETSIZE the
number of parallel threads is limited. So some systems
run into this problem when running the testsuite.
diff --git a/tests/gpg/t-thread-keylist-verify.c b/tests/gpg/t-thread-keylist-verify.c
index 9f37857..6f747a6 100644
--- a/tests/gpg/t-thread-keylist-verify.c
+++ b/tests/gpg/t-thread-keylist-verify.c
@@ -32,7 +32,7 @@
#include "t-support.h"
-#define THREAD_COUNT 500
+#define THREAD_COUNT 100
static const char test_text1[] = "Just GNU it!\n";
static const char test_sig1[] =
diff --git a/tests/gpg/t-thread-keylist.c b/tests/gpg/t-thread-keylist.c
index 6b9cee0..c03f1ca 100644
--- a/tests/gpg/t-thread-keylist.c
+++ b/tests/gpg/t-thread-keylist.c
@@ -32,7 +32,7 @@
#include "t-support.h"
-#define THREAD_COUNT 500
+#define THREAD_COUNT 100
void *
start_keylist (void *arg)
-----------------------------------------------------------------------
Summary of changes:
tests/gpg/t-thread-keylist-verify.c | 2 +-
tests/gpg/t-thread-keylist.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list