Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.15
-
None
-
-
ad75d2712a838787488e817eec318fc27bae1786 (qt/qtwebsockets/5.15)
Description
It will sometimes fail like this:
agent:2020/02/27 11:07:11 build.go:253: FAIL! : tst_QWebSocketServer::tst_handshakeTimeout() Compared values are not the same agent:2020/02/27 11:07:11 build.go:253: Actual (((secureServerConnectionSpy.count()))): 0 agent:2020/02/27 11:07:11 build.go:253: Expected (1) : 1 agent:2020/02/27 11:07:11 build.go:253: Loc: [tst_qwebsocketserver.cpp(805)]
Usually it passes in <5s but other times it runs for ~30s and causes this failure. Could be a race of sorts, but need to investigate.