pthreadpool: explicitly use max_thread=unlimited for pthreadpool_tevent_init() tests
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Jun 2018 22:10:08 +0000 (00:10 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 12 Jul 2018 12:25:18 +0000 (14:25 +0200)
commit53a9f3cac646c1034a15d2b54531b9be46dde923
tree9a389e8a750e5b88669a886b9e4bf17af6e24a48
parent5e723bc6f122223252b8d3c67b7b1f17121dd49a
pthreadpool: explicitly use max_thread=unlimited for pthreadpool_tevent_init() tests

Currently 0 also means unlimited, but that will change soon,
to force no thread and strict sync processing.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/pthreadpool/tests.c
lib/pthreadpool/tests_cmocka.c