diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-03-17 23:37:35 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-03-18 13:58:46 +0100 |
commit | dc5edf912495b521bcd223ce7f54f8da6b7e0c14 (patch) | |
tree | 42fe15ff8b945e2fddf3b0538d55fa8782be7bd9 /tests/data/test1541 | |
parent | 520f0b47ad8463979e0ce0b5d08b461fa0bc74b8 (diff) |
test1541: threaded connection sharing
The threaded-shared-conn.c example turned into test case. Only works if
pthread was detected.
An attempt to detect future regressions such as e3a53e3efb942a5
Closes #3687
Diffstat (limited to 'tests/data/test1541')
-rw-r--r-- | tests/data/test1541 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/data/test1541 b/tests/data/test1541 new file mode 100644 index 000000000..28b91c75e --- /dev/null +++ b/tests/data/test1541 @@ -0,0 +1,32 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP GET +multi-threaded +connection-sharing +</keywords> +</info> + +# Server-side +</reply> +# Client-side +<client> +<server> +http +</server> +<tool> +lib1541 +</tool> + <name> +connection sharing using 67 parallel threads for 7 seconds + </name> + <command> +http://%HOSTIP:%HTTPPORT/1 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +</verify> +</testcase> |