qt6-bb10/tests/auto/network/access/http2
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
..
certs
CMakeLists.txt CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
http2srv.cpp Tests: make some QFile::open calls fail 2024-04-13 01:36:06 +02:00
http2srv.h Handle informational HTTP replies (1xx) for HTTP/2 2024-03-01 23:57:13 +01:00
tst_http2.cpp tst_http2: stabilize duplicateRequestsWithAborts for macos 2024-07-22 14:47:51 +00:00