mirror of
https://github.com/curl/curl.git
synced 2026-04-14 00:51:42 +08:00
Flaky in macOS CI jobs. 2405: https://github.com/curl/curl/actions/runs/19448567968/job/55648448197 CM gcc-13 aws-lc https://github.com/curl/curl/actions/runs/19432797208/job/55595742192 AM clang !ssl https://github.com/curl/curl/actions/runs/19431697816/job/55591941993 AM clang !ssl !debug brotli zstd https://github.com/curl/curl/actions/runs/19421214342/job/55558775785 CM llvm@18 GnuTLS !ldap krb5 +examples https://github.com/curl/curl/actions/runs/19413038235/job/55537174590 CM llvm@18 mbedTLS !ldap brotli zstd MultiSSL AppleIDN 2407: https://github.com/curl/curl/actions/runs/19462732039/job/55691022408 AM clang !ssl https://github.com/curl/curl/actions/runs/19440283144/job/55621665647 CM gcc-13 OpenSSL gsasl rtmp AppleIDN SecTrust +examples https://github.com/curl/curl/actions/runs/19440283144/job/55621665682 AM gcc-13 !ssl !debug https://github.com/curl/curl/actions/runs/19436530386/job/55608724437 CM gcc-13 aws-lc https://github.com/curl/curl/actions/runs/19436530386/job/55608724641 CM llvm@18 GnuTLS !ldap krb5 +examples https://github.com/curl/curl/actions/runs/19435651588/job/55605648449 CM llvm@18 OpenSSL gsasl rtmp AppleIDN SecTrust +examples Ref: https://testclutch.curl.se/static/reports/results-count.html Bug: https://github.com/curl/curl/pull/19487#issuecomment-3546858203 Bug: https://github.com/curl/curl/pull/19487#issuecomment-3546921877 Follow-up to2c7e1792a0#19487 Follow-up to96a5ce5a82#19481 Follow-up toc78044c07e#15146 #15155 Closes #19587
53 lines
732 B
Plaintext
53 lines
732 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
multi
|
|
HTTP
|
|
HTTP/2
|
|
flaky
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
<data nocheck="yes">
|
|
HTTP/1.1 200 OK
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
|
Server: test-server/fake
|
|
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
|
ETag: "21025-dc7-39462498"
|
|
Accept-Ranges: bytes
|
|
Content-Length: 6007
|
|
Connection: close
|
|
Content-Type: text/html
|
|
Funny-head: yesyes
|
|
|
|
-foo-
|
|
%repeat[1000 x foobar]%
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
http/2
|
|
</features>
|
|
<server>
|
|
http/2
|
|
</server>
|
|
<tool>
|
|
lib2405
|
|
</tool>
|
|
<name>
|
|
checking curl_multi_waitfds functionality (HTTP/2)
|
|
</name>
|
|
<command>
|
|
http://%HOSTIP:%HTTP2PORT/%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
</verify>
|
|
</testcase>
|