mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:43:41 +03:00
thrdpool: retry failed thread starts while items wait
Verified in test 3306 Closes #22303
This commit is contained in:
parent
dfc01ea2a3
commit
4dc236a109
10 changed files with 234 additions and 4 deletions
23
tests/data/test3306
Normal file
23
tests/data/test3306
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="US-ASCII"?>
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
unittest
|
||||
threads
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
unittest
|
||||
Debug
|
||||
</features>
|
||||
<setenv>
|
||||
CURL_DBG_THRDPOOL_FAIL_STARTS=5
|
||||
</setenv>
|
||||
<name>
|
||||
thrdqueue retries failed thread starts on receive
|
||||
</name>
|
||||
</client>
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue