qt6-bb10/tests/auto/network/access
Mårten Nordheim 78e167ab7b tst_http2: stabilize duplicateRequestsWithAborts for macos
The test relies on things ending up in the h2RequestsToSend container
internally. For h2c we would have to use the http1 upgrade mechanism,
and while I have not verified it, it seems to not reliably put
enough requests in the container, and so the test is flaky for macos,
which is the only platform where we use h2c. In CI at least.

Fix it by forcing it by using h2 direct, which will work even on macOS
without server-side ALPN.

Pick-to: 6.7 6.5 6.2
Change-Id: I55816d400baa831524100f075e1b50fd3d9781a6
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
(cherry picked from commit 4e827e42e339a2774be26ba844bd5e87a14d83b5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-07-22 14:47:51 +00:00
..
hpack Change license for tests files 2024-02-04 09:56:42 +01:00
hsts Change license for tests files 2024-02-04 09:56:42 +01:00
http2 tst_http2: stabilize duplicateRequestsWithAborts for macos 2024-07-22 14:47:51 +00:00
qabstractnetworkcache Fix test compilation issues with QtLite configuration 2024-05-06 14:29:02 +00:00
qdecompresshelper Change license for tests files 2024-02-04 09:56:42 +01:00
qformdatabuilder QFormDataBuilder: add options 2024-07-12 11:45:55 +00:00
qhttp2connection QHttp2Connection: Add test for CONTINUATION frames 2024-07-17 10:32:58 +00:00
qhttpheaderparser Change license for tests files 2024-02-04 09:56:42 +01:00
qhttpheaders Relax QHttpHeaders value field checks to allow UTF-8 2024-06-18 04:53:43 +00:00
qhttpheadershelper Add QHttpHeaders to QNetworkRequest 2024-04-29 18:26:15 +02:00
qhttpnetworkconnection tst_QHttpNetworkConnection: Move to use only one ctor 2024-04-17 20:30:36 +02:00
qhttpnetworkreply Change license for tests files 2024-02-04 09:56:42 +01:00
qnetworkaccessmanager Change license for tests files 2024-02-04 09:56:42 +01:00
qnetworkcachemetadata Add QHttpHeaders methods to QNetworkCacheMetaData 2024-05-02 22:11:44 +02:00
qnetworkcookie Change license for tests files 2024-02-04 09:56:42 +01:00
qnetworkcookiejar Update public suffix list 2024-06-07 06:59:21 +00:00
qnetworkdiskcache Change license for tests files 2024-02-04 09:56:42 +01:00
qnetworkreply tst_QNetworkReply: port _WITH_TIMEOUT calls to chrono literals 2024-06-17 23:17:49 +00:00
qnetworkreply_local Http: Add support for full localsocket paths 2024-05-24 22:36:59 +02:00
qnetworkrequest Fix compilation issues when configuration features are disabled 2024-06-05 08:55:18 +00:00
qnetworkrequestfactory CMake: Make a few more auto tests standalone 2024-03-14 01:14:18 +01:00
qrestaccessmanager Fix test compilation issues with QtLite configuration 2024-05-06 14:29:02 +00:00
CMakeLists.txt Add move semantics autotest for QFormDataBuilder 2024-06-20 19:30:13 +00:00