qt5base-lts/tests/auto/network
Timur Pocheptsov b5995afc79 Fix http2 auto-test
After it started to fail (somehow it's only OpenSUSE 42.1) again and again
and after a quick re-evaluation it appears the logic testing SETTINGS|ACK
is incorrect. We (client side) start by sending the preface and then
continue to send our request(s). The other side (server) starts from sending its
SETTINGS frame. These settings must be ACKed, but apparently it can happen,
that server receives a requests and sends a reply before it receives SETTINGS|ACK,
resulting in replyFinished (replyFinishedWithError) signal and event loop stopping.
As a result - QVERIFY(serverGotSettingsACK) fails.

Task-number: QTBUG-58758
Change-Id: I8184cf459b2b88f70c646171e0115c184237fad1
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2017-02-15 14:11:19 +00:00
..
access Fix http2 auto-test 2017-02-15 14:11:19 +00:00
bearer Merge remote-tracking branch 'origin/5.8' into dev 2017-01-25 20:06:06 +01:00
kernel QHostAddress: add missing op!=(SpecialAddress, QHostAddress) 2017-01-26 16:44:02 +00:00
socket tst_QSocks5SocketEngine: Refactor tests 2017-01-23 12:22:54 +00:00
ssl QSslDiffieHellmanParameters: simplify defaultParameters() construction 2017-01-18 11:32:02 +00:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00